#0C2B9A

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

Shades of Egyptian Blue #0C2B9A

Tints of Egyptian Blue #0C2B9A

Color information

#0C2B9A (or 0x0C2B9A) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2B and 9A. RGB value is (12,43,154). Sum of RGB (Red+Green+Blue) = 12+43+154=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C2B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2B9A is #F3D465. Grayscale: #2D2D2D. Windows color (decimal): -15979622 or 10103564. OLE color: 10103564.

HSL color Cylindrical-coordinate representation of color #0C2B9A: hue angle of 226.9º 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 #0C2B9A is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1243154-
CMYK0.920.7200.40
HSL226.9º85.54%32.55%-
HSV(B)226.9º92.21%60.39%-
XYZ6.854.1431.01-
YUV46.39188.73103.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.74%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 154 (60.55% from 255) = 73.68%
R=5.74%
G=20.57%
B=73.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12431540.920.7200.40226.985.5432.55
HexC2B9A5C48028e35621
Octal145323213411005034312641
Binary110010101110011010101110010010000101000111000111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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