Html Css Color HEX #0C22AC Egyptian Blue

📋 copy color: '#0C22AC'

red 12 ◦ green 34 ◦ blue 172

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

Shades of Egyptian Blue #0C22AC

Tints of Egyptian Blue #0C22AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

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

R = 5.5%
G = 15.6%
B = 78.9%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C22AC (or 0x0C22AC) is known color: Egyptian Blue. HEX triplet: 0C, 22 and AC. RGB value is (12,34,172). Sum of RGB (Red+Green+Blue) = 12+34+172=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C22AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C22AC is #F3DD53. Grayscale: #2A2A2A. Windows color (decimal): -15981908 or 11280908. OLE color: 11280908.

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

Color convert

RGB 12 34 172 -
CMYK 0.93 0.80 0 0.33
HSL 231.75º 0.87% 0.36% -
HSV(B) 231.75º 0.93% 0.67% -
XYZ 8.17 4.2 39.41 -
YUV 43.15 200.71 105.78 -
System Red Green Blue C M Y K H S L
Decimal 12 34 172 0.93 0.80 0 0.33 231.75 0.87 0.36
Hex C 22 AC 5D 50 0 21 E8 57 24
Octal 14 42 254 135 120 0 41 350 127 44
Binary 1100 100010 10101100 1011101 1010000 0 100001 11101000 1010111 100100

Color Harmonies of #0C22AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C22AC

Black with #0C22AC

Text Example


Text Example

White with #0C22AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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