Html Css Color HEX #0C20AB Egyptian Blue

📋 copy color: '#0C20AB'

red 12 ◦ green 32 ◦ blue 171

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

Shades of Egyptian Blue #0C20AB

Tints of Egyptian Blue #0C20AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 5.58%
G = 14.88%
B = 79.53%

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

#0C20AB (or 0x0C20AB) is known color: Egyptian Blue. HEX triplet: 0C, 20 and AB. RGB value is (12,32,171). Sum of RGB (Red+Green+Blue) = 12+32+171=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C20AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C20AB is #F3DF54. Grayscale: #292929. Windows color (decimal): -15982421 or 11214860. OLE color: 11214860.

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

Color convert

RGB 12 32 171 -
CMYK 0.93 0.81 0 0.33
HSL 232.45º 0.87% 0.36% -
HSV(B) 232.45º 0.93% 0.67% -
XYZ 8.02 4.05 38.89 -
YUV 41.87 200.87 106.7 -
System Red Green Blue C M Y K H S L
Decimal 12 32 171 0.93 0.81 0 0.33 232.45 0.87 0.36
Hex C 20 AB 5D 51 0 21 E8 57 24
Octal 14 40 253 135 121 0 41 350 127 44
Binary 1100 100000 10101011 1011101 1010001 0 100001 11101000 1010111 100100

Color Harmonies of #0C20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C20AB

Black with #0C20AB

Text Example


Text Example

White with #0C20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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