Color Hex Logo

#1c096b Color Hex

#1C096B
(28,9,107)
0 Favorites   0 Comments

Color spaces of #1c096b

RGB 289107
HSL0.700.840.23
HSV252°92°42°
CMYK 0.740.920.00   0.58
XYZ3.23041.503814.0299
Yxy1.50380.17220.0801
Hunter Lab12.263025.5617-59.2489
CIE-Lab12.632238.5459-51.6512

#1c096b color RGB value is (28,9,107).

#1c096b hex color red value is 28, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #1c096b hue: 0.70 , saturation: 0.84 and the lightness value of 1c096b is 0.23.

The process color (four color CMYK) of #1c096b color hex is 0.74, 0.92, 0.00, 0.58. Web safe color of #1c096b is #330066. Color #1c096b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00001001 01101011
Octal 34 11 153
Decimal 28 9 107
Hex 1C 9 6B

RGB Percentages of Color #1c096b

%19.44
%6.25
%74.31

CMYK Percentages of Color #1c096b

%74
%92
%0
%58

Triadic Colors of #1c096b

#1c096b #6b1c09 #096b1c

Analogous Colors of #1c096b

#1c096b #4d096b #09276b

Monochromatic Colors of #1c096b

#1c096b

Complementary Color

#1c096b #586b09

#1c096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c096b Color CSS Codes

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

#1c096b Text Font Color

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

This sample text font color is #1c096b
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.


#1c096b Background Color

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

This div background color is #1c096b


#1c096b Border Color

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

This div border color is #1c096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c096b


Comments

No comments written yet.

Please login to write comment.