Html Css Color HEX #0C209F Egyptian Blue

📋 copy color: '#0C209F'

red 12 ◦ green 32 ◦ blue 159

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

Shades of Egyptian Blue #0C209F

Tints of Egyptian Blue #0C209F

RGB

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

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

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

R = 5.91%
G = 15.76%
B = 78.33%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C209F (or 0x0C209F) is known color: Egyptian Blue. HEX triplet: 0C, 20 and 9F. RGB value is (12,32,159). Sum of RGB (Red+Green+Blue) = 12+32+159=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C209F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C209F is #F3DF60. Grayscale: #272727. Windows color (decimal): -15982433 or 10428428. OLE color: 10428428.

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

Color convert

RGB 12 32 159 -
CMYK 0.92 0.80 0 0.38
HSL 231.84º 0.86% 0.34% -
HSV(B) 231.84º 0.92% 0.62% -
XYZ 6.93 3.61 33.13 -
YUV 40.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 12 32 159 0.92 0.80 0 0.38 231.84 0.86 0.34
Hex C 20 9F 5C 50 0 26 E8 56 22
Octal 14 40 237 134 120 0 46 350 126 42
Binary 1100 100000 10011111 1011100 1010000 0 100110 11101000 1010110 100010

Color Harmonies of #0C209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C209F

Black with #0C209F

Text Example


Text Example

White with #0C209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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