#0C2BB6

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

Shades of Egyptian Blue #0C2BB6

Tints of Egyptian Blue #0C2BB6

Color information

#0C2BB6 (or 0x0C2BB6) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2B and B6. RGB value is (12,43,182). Sum of RGB (Red+Green+Blue) = 12+43+182=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 182 (71.48% from 255 or 76.79% from 237); Max value from RGB is 182 - color contains mainly: blue. Hex color #0C2BB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BB6 is #F3D449. Grayscale: #303030. Windows color (decimal): -15979594 or 11938572. OLE color: 11938572.

HSL color Cylindrical-coordinate representation of color #0C2BB6: hue angle of 229.06º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2BB6 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1243182-
CMYK0.930.7600.29
HSL229.06º87.63%38.04%-
HSV(B)229.06º93.41%71.37%-
XYZ9.465.1844.76-
YUV49.58202.73101.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 182 (71.48% from 255) = 76.79%
R=5.06%
G=18.14%
B=76.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12431820.930.7600.29229.0687.6338.04
HexC2BB65D4C01De55826
Octal145326613511403534513046
Binary11001010111011011010111011001100011101111001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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