Html Css Color HEX #0C219F Egyptian Blue

📋 copy color: '#0C219F'

red 12 ◦ green 33 ◦ blue 159

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

Shades of Egyptian Blue #0C219F

Tints of Egyptian Blue #0C219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 77.94%

R = 5.88%
G = 16.18%
B = 77.94%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C219F (or 0x0C219F) is known color: Egyptian Blue. HEX triplet: 0C, 21 and 9F. RGB value is (12,33,159). Sum of RGB (Red+Green+Blue) = 12+33+159=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C219F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C219F is #F3DE60. Grayscale: #282828. Windows color (decimal): -15982177 or 10428684. OLE color: 10428684.

HSL color Cylindrical-coordinate representation of color #0C219F: hue angle of 231.43º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C219F is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 33 159 -
CMYK 0.92 0.79 0 0.38
HSL 231.43º 0.86% 0.34% -
HSV(B) 231.43º 0.92% 0.62% -
XYZ 6.95 3.67 33.14 -
YUV 41.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 12 33 159 0.92 0.79 0 0.38 231.43 0.86 0.34
Hex C 21 9F 5C 4F 0 26 E7 56 22
Octal 14 41 237 134 117 0 46 347 126 42
Binary 1100 100001 10011111 1011100 1001111 0 100110 11100111 1010110 100010

Color Harmonies of #0C219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C219F

Black with #0C219F

Text Example


Text Example

White with #0C219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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