#0C2CA5

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

Shades of Egyptian Blue #0C2CA5

Tints of Egyptian Blue #0C2CA5

Color information

#0C2CA5 (or 0x0C2CA5) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2C and A5. RGB value is (12,44,165). Sum of RGB (Red+Green+Blue) = 12+44+165=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 165 (64.84% from 255 or 74.66% from 221); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C2CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2CA5 is #F3D35A. Grayscale: #2F2F2F. Windows color (decimal): -15979355 or 10824716. OLE color: 10824716.

HSL color Cylindrical-coordinate representation of color #0C2CA5: hue angle of 227.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2CA5 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1244165-
CMYK0.930.7300.35
HSL227.45º86.44%34.71%-
HSV(B)227.45º92.73%64.71%-
XYZ7.844.636.07-
YUV48.23193.9102.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 165 (64.84% from 255) = 74.66%
R=5.43%
G=19.91%
B=74.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12441650.930.7300.35227.4586.4434.71
HexC2CA55D49023e35623
Octal145424513511104334312643
Binary110010110010100101101110110010010100011111000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,44,165); }

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

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

 a { background-color: rgb(12,44,165); }

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

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

 span { border-color: rgb(12,44,165); }

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