Color Hex Logo

#010955 Color Hex

#010955
(1,9,85)
0 Favorites   0 Comments

Color spaces of #010955

RGB 1985
HSL0.650.980.17
HSV234°99°33°
CMYK 0.990.890.00   0.67
XYZ1.74990.85778.6677
Yxy0.85770.15520.0761
Hunter Lab9.261217.5204-49.0075
CIE-Lab7.747529.6666-45.0915

#010955 color RGB value is (1,9,85).

#010955 hex color red value is 1, green value is 9 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #010955 hue: 0.65 , saturation: 0.98 and the lightness value of 010955 is 0.17.

The process color (four color CMYK) of #010955 color hex is 0.99, 0.89, 0.00, 0.67. Web safe color of #010955 is #000066. Color #010955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001001 01010101
Octal 1 11 125
Decimal 1 9 85
Hex 1 9 55

RGB Percentages of Color #010955

%1.05
%9.47
%89.47

CMYK Percentages of Color #010955

%99
%89
%0
%67

Triadic Colors of #010955

#010955 #550109 #095501

Analogous Colors of #010955

#010955 #230155 #013355

Monochromatic Colors of #010955

#010955

Complementary Color

#010955 #554d01

#010955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010955 Color CSS Codes

.mybgcolor {background-color:#010955; } 
.myforecolor {color:#010955; }
.mybordercolor {border:3px solid #010955; }

#010955 Text Font Color

<p style="color:#010955">Text here</p>

This sample text font color is #010955
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#010955 Background Color

<div style="background-color:#010955">
Div content here</div>

This div background color is #010955


#010955 Border Color

<div style="border:3px solid #010955">
Div here</div>

This div border color is #010955


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,9,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010955; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010955;
  -webkit-box-shadow: 1px 1px 3px 2px #010955;
  box-shadow:         1px 1px 3px 2px #010955; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,9,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #010955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #010955;
  -webkit-box-shadow: 1px 1px 3px 2px #010955;
  box-shadow:         1px 1px 3px 2px #010955;">
Div content here</div>

This div box has shadow with color #010955


Comments

No comments written yet.

Please login to write comment.