#0C2CB0

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

Shades of Egyptian Blue #0C2CB0

Tints of Egyptian Blue #0C2CB0

Color information

#0C2CB0 (or 0x0C2CB0) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2C and B0. RGB value is (12,44,176). Sum of RGB (Red+Green+Blue) = 12+44+176=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #0C2CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2CB0 is #F3D34F. Grayscale: #303030. Windows color (decimal): -15979344 or 11545612. OLE color: 11545612.

HSL color Cylindrical-coordinate representation of color #0C2CB0: hue angle of 228.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2CB0 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1244176-
CMYK0.930.7500.31
HSL228.29º87.23%36.86%-
HSV(B)228.29º93.18%69.02%-
XYZ8.895.0141.57-
YUV49.48199.4101.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 176 (69.14% from 255) = 75.86%
R=5.17%
G=18.97%
B=75.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12441760.930.7500.31228.2987.2336.86
HexC2CB05D4B01Fe45725
Octal145426013511303734412745
Binary11001011001011000010111011001011011111111001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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