#0C2C9A

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

Shades of Egyptian Blue #0C2C9A

Tints of Egyptian Blue #0C2C9A

Color information

#0C2C9A (or 0x0C2C9A) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2C and 9A. RGB value is (12,44,154). Sum of RGB (Red+Green+Blue) = 12+44+154=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C2C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2C9A is #F3D365. Grayscale: #2E2E2E. Windows color (decimal): -15979366 or 10103820. OLE color: 10103820.

HSL color Cylindrical-coordinate representation of color #0C2C9A: hue angle of 226.48º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2C9A is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1244154-
CMYK0.920.7100.40
HSL226.48º85.54%32.55%-
HSV(B)226.48º92.21%60.39%-
XYZ6.894.2131.02-
YUV46.97188.4103.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.71%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 154 (60.55% from 255) = 73.33%
R=5.71%
G=20.95%
B=73.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12441540.920.7100.40226.4885.5432.55
HexC2C9A5C47028e25621
Octal145423213410705034212641
Binary110010110010011010101110010001110101000111000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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