Html Css Color HEX #0C21AB Egyptian Blue

📋 copy color: '#0C21AB'

red 12 ◦ green 33 ◦ blue 171

#0C21AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0C21AB

Tints of Egyptian Blue #0C21AB

RGB

 RED value IS 12 (5.08% from 255) = 5.56%

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 5.56%
G = 15.28%
B = 79.17%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C21AB (or 0x0C21AB) is known color: Egyptian Blue. HEX triplet: 0C, 21 and AB. RGB value is (12,33,171). Sum of RGB (Red+Green+Blue) = 12+33+171=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C21AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C21AB is #F3DE54. Grayscale: #292929. Windows color (decimal): -15982165 or 11215116. OLE color: 11215116.

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

Color convert

RGB 12 33 171 -
CMYK 0.93 0.81 0 0.33
HSL 232.08º 0.87% 0.36% -
HSV(B) 232.08º 0.93% 0.67% -
XYZ 8.05 4.11 38.9 -
YUV 42.45 200.54 106.28 -
System Red Green Blue C M Y K H S L
Decimal 12 33 171 0.93 0.81 0 0.33 232.08 0.87 0.36
Hex C 21 AB 5D 51 0 21 E8 57 24
Octal 14 41 253 135 121 0 41 350 127 44
Binary 1100 100001 10101011 1011101 1010001 0 100001 11101000 1010111 100100

Color Harmonies of #0C21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C21AB

Black with #0C21AB

Text Example


Text Example

White with #0C21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C21AB;
 }
 .AnyTagClassName
 {
   color: #0C21AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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