#0C21B2

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

Shades of Egyptian Blue #0C21B2

Tints of Egyptian Blue #0C21B2

Color information

#0C21B2 (or 0x0C21B2) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 21 and B2. RGB value is (12,33,178). Sum of RGB (Red+Green+Blue) = 12+33+178=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 178 (69.92% from 255 or 79.82% from 223); Max value from RGB is 178 - color contains mainly: blue. Hex color #0C21B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C21B2 is #F3DE4D. Grayscale: #2A2A2A. Windows color (decimal): -15982158 or 11673868. OLE color: 11673868.

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

Color convert

RGB1233178-
CMYK0.930.8100.30
HSL232.41º87.37%37.25%-
HSV(B)232.41º93.26%69.8%-
XYZ8.734.3842.5-
YUV43.25204.04105.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 178 (69.92% from 255) = 79.82%
R=5.38%
G=14.80%
B=79.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12331780.930.8100.30232.4187.3737.25
HexC21B25D5101Ee85725
Octal144126213512103635012745
Binary11001000011011001010111011010001011110111010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C21B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,33,178); }

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

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

 a { background-color: rgb(12,33,178); }

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

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

 span { border-color: rgb(12,33,178); }

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