#0C1E99

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

Shades of Egyptian Blue #0C1E99

Tints of Egyptian Blue #0C1E99

Color information

#0C1E99 (or 0x0C1E99) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 1E and 99. RGB value is (12,30,153). Sum of RGB (Red+Green+Blue) = 12+30+153=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C1E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1E99 is #F3E166. Grayscale: #262626. Windows color (decimal): -15982951 or 10034700. OLE color: 10034700.

HSL color Cylindrical-coordinate representation of color #0C1E99: hue angle of 232.34º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1E99 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1230153-
CMYK0.920.8000.4
HSL232.34º85.45%32.35%-
HSV(B)232.34º92.16%60%-
XYZ6.373.3130.44-
YUV38.64192.54109-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.15%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 153 (60.16% from 255) = 78.46%
R=6.15%
G=15.38%
B=78.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12301530.920.8000.4232.3485.4532.35
HexC1E995C50028e85520
Octal143623113412005035012540
Binary11001111010011001101110010100000101000111010001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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