#0C1D9F

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

Shades of Egyptian Blue #0C1D9F

Tints of Egyptian Blue #0C1D9F

Color information

#0C1D9F (or 0x0C1D9F) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 1D and 9F. RGB value is (12,29,159). Sum of RGB (Red+Green+Blue) = 12+29+159=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C1D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1D9F is #F3E260. Grayscale: #262626. Windows color (decimal): -15983201 or 10427660. OLE color: 10427660.

HSL color Cylindrical-coordinate representation of color #0C1D9F: hue angle of 233.06º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1D9F is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1229159-
CMYK0.920.8200.38
HSL233.06º85.96%33.53%-
HSV(B)233.06º92.45%62.35%-
XYZ6.853.4633.11-
YUV38.74195.87108.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 29 (11.72% from 255) = 14.5%
BLUE value IS 159 (62.5% from 255) = 79.5%
R=6%
G=14.5%
B=79.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12291590.920.8200.38233.0685.9633.53
HexC1D9F5C52026e95622
Octal143523713412204635112642
Binary11001110110011111101110010100100100110111010011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,29,159); }

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

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

 a { background-color: rgb(12,29,159); }

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

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

 span { border-color: rgb(12,29,159); }

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