#0C2BB5

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

Shades of Egyptian Blue #0C2BB5

Tints of Egyptian Blue #0C2BB5

Color information

#0C2BB5 (or 0x0C2BB5) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2B and B5. RGB value is (12,43,181). Sum of RGB (Red+Green+Blue) = 12+43+181=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 181 (71.09% from 255 or 76.69% from 236); Max value from RGB is 181 - color contains mainly: blue. Hex color #0C2BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BB5 is #F3D44A. Grayscale: #303030. Windows color (decimal): -15979595 or 11873036. OLE color: 11873036.

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

Color convert

RGB1243181-
CMYK0.930.7600.29
HSL228.99º87.56%37.84%-
HSV(B)228.99º93.37%70.98%-
XYZ9.365.1444.22-
YUV49.46202.23101.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.08%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 181 (71.09% from 255) = 76.69%
R=5.08%
G=18.22%
B=76.69%

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
Decimal12431810.930.7600.29228.9987.5637.84
HexC2BB55D4C01De55826
Octal145326513511403534513046
Binary11001010111011010110111011001100011101111001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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