Html Css Color HEX #0C229F Egyptian Blue

📋 copy color: '#0C229F'

red 12 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #0C229F

Tints of Egyptian Blue #0C229F

RGB

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

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

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

R = 5.85%
G = 16.59%
B = 77.56%

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

#0C229F (or 0x0C229F) is known color: Egyptian Blue. HEX triplet: 0C, 22 and 9F. RGB value is (12,34,159). Sum of RGB (Red+Green+Blue) = 12+34+159=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C229F is #F3DD60. Grayscale: #292929. Windows color (decimal): -15981921 or 10428940. OLE color: 10428940.

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

Color convert

RGB 12 34 159 -
CMYK 0.92 0.79 0 0.38
HSL 231.02º 0.86% 0.34% -
HSV(B) 231.02º 0.92% 0.62% -
XYZ 6.98 3.73 33.15 -
YUV 41.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 12 34 159 0.92 0.79 0 0.38 231.02 0.86 0.34
Hex C 22 9F 5C 4F 0 26 E7 56 22
Octal 14 42 237 134 117 0 46 347 126 42
Binary 1100 100010 10011111 1011100 1001111 0 100110 11100111 1010110 100010

Color Harmonies of #0C229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C229F

Black with #0C229F

Text Example


Text Example

White with #0C229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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