#0C1E9B

Color #0C1E9B Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0C1E9B

Tints of Egyptian Blue #0C1E9B

Color information

#0C1E9B (or 0x0C1E9B) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 1E and 9B. RGB value is (12,30,155). Sum of RGB (Red+Green+Blue) = 12+30+155=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C1E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1E9B is #F3E164. Grayscale: #262626. Windows color (decimal): -15982949 or 10165772. OLE color: 10165772.

HSL color Cylindrical-coordinate representation of color #0C1E9B: hue angle of 232.45º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1E9B is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1230155-
CMYK0.920.8100.39
HSL232.45º85.63%32.75%-
HSV(B)232.45º92.26%60.78%-
XYZ6.533.3731.32-
YUV38.87193.54108.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 6.09%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 155 (60.94% from 255) = 78.68%
R=6.09%
G=15.23%
B=78.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12301550.920.8100.39232.4585.6332.75
HexC1E9B5C51027e85621
Octal143623313412104735012641
Binary11001111010011011101110010100010100111111010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C1E9B; }

 p { color: rgb(12,30,155); }

 H1.HeaderClassName
 {
   color: #0C1E9B;
 }
 .AnyTagClassName
 {
   color: #0C1E9B;
 }
</style>
background-color css

<style>
 a { background-color: #0C1E9B; }

 a { background-color: rgb(12,30,155); }

 div.DivClassName
 {
   background-color: #0C1E9B;
 }
 .BgClassName
 {
   background-color: #0C1E9B;
 }
</style>
border-color css

<style>
 span { border-color: #0C1E9B; }

 span { border-color: rgb(12,30,155); }

 td.TdClassName
 {
   border-color: #0C1E9B;
 }
 .TagClassName
 {
   border-color: #0C1E9B;
 }
</style>