#0c3da3

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

Shades of Egyptian Blue #0C3DA3

Tints of Egyptian Blue #0C3DA3

Color information

#0C3DA3 (or 0x0C3DA3) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 3D and A3. RGB value is (12,61,163). Sum of RGB (Red+Green+Blue) = 12+61+163=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 163 (64.06% from 255 or 69.07% from 236); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C3DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3DA3 is #F3C25C. Grayscale: #393939. Windows color (decimal): -15975005 or 10697996. OLE color: 10697996.

HSL color Cylindrical-coordinate representation of color #0C3DA3: hue angle of 220.53º 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 #0C3DA3 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1261163-
CMYK0.930.6300.36
HSL220.53º86.29%34.31%-
HSV(B)220.53º92.64%63.92%-
XYZ8.436.0635.38-
YUV57.98187.2795.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.08%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 163 (64.06% from 255) = 69.07%
R=5.08%
G=25.85%
B=69.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12611630.930.6300.36220.5386.2934.31
HexC3DA35D3F024dd5622
Octal14752431357704433512642
Binary11001111011010001110111011111110100100110111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3da3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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