Html Css Color HEX #0C20AC Egyptian Blue

📋 copy color: '#0C20AC'

red 12 ◦ green 32 ◦ blue 172

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

Shades of Egyptian Blue #0C20AC

Tints of Egyptian Blue #0C20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 79.63%

R = 5.56%
G = 14.81%
B = 79.63%

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

#0C20AC (or 0x0C20AC) is known color: Egyptian Blue. HEX triplet: 0C, 20 and AC. RGB value is (12,32,172). Sum of RGB (Red+Green+Blue) = 12+32+172=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C20AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C20AC is #F3DF53. Grayscale: #292929. Windows color (decimal): -15982420 or 11280396. OLE color: 11280396.

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

Color convert

RGB 12 32 172 -
CMYK 0.93 0.81 0 0.33
HSL 232.5º 0.87% 0.36% -
HSV(B) 232.5º 0.93% 0.67% -
XYZ 8.11 4.09 39.39 -
YUV 41.98 201.37 106.62 -
System Red Green Blue C M Y K H S L
Decimal 12 32 172 0.93 0.81 0 0.33 232.5 0.87 0.36
Hex C 20 AC 5D 51 0 21 E8 57 24
Octal 14 40 254 135 121 0 41 350 127 44
Binary 1100 100000 10101100 1011101 1010001 0 100001 11101000 1010111 100100

Color Harmonies of #0C20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C20AC

Black with #0C20AC

Text Example


Text Example

White with #0C20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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