#0C1FA3

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

Shades of Egyptian Blue #0C1FA3

Tints of Egyptian Blue #0C1FA3

Color information

#0C1FA3 (or 0x0C1FA3) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 1F and A3. RGB value is (12,31,163). Sum of RGB (Red+Green+Blue) = 12+31+163=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 163 (64.06% from 255 or 79.13% from 206); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C1FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1FA3 is #F3E05C. Grayscale: #272727. Windows color (decimal): -15982685 or 10690316. OLE color: 10690316.

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

Color convert

RGB1231163-
CMYK0.930.8100.36
HSL232.45º86.29%34.31%-
HSV(B)232.45º92.64%63.92%-
XYZ7.253.734.98-
YUV40.37197.21107.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 163 (64.06% from 255) = 79.13%
R=5.83%
G=15.05%
B=79.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12311630.930.8100.36232.4586.2934.31
HexC1FA35D51024e85622
Octal143724313512104435012642
Binary11001111110100011101110110100010100100111010001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,31,163); }

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

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

 a { background-color: rgb(12,31,163); }

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

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

 span { border-color: rgb(12,31,163); }

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