Html Css Color HEX #0C419F Egyptian Blue

📋 copy color: '#0C419F'

red 12 ◦ green 65 ◦ blue 159

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

Shades of Egyptian Blue #0C419F

Tints of Egyptian Blue #0C419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

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

R = 5.08%
G = 27.54%
B = 67.37%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C419F (or 0x0C419F) is known color: Egyptian Blue. HEX triplet: 0C, 41 and 9F. RGB value is (12,65,159). Sum of RGB (Red+Green+Blue) = 12+65+159=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C419F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C419F is #F3BE60. Grayscale: #3B3B3B. Windows color (decimal): -15973985 or 10436876. OLE color: 10436876.

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

Color convert

RGB 12 65 159 -
CMYK 0.92 0.59 0 0.38
HSL 218.37º 0.86% 0.34% -
HSV(B) 218.37º 0.92% 0.62% -
XYZ 8.3 6.36 33.59 -
YUV 59.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 12 65 159 0.92 0.59 0 0.38 218.37 0.86 0.34
Hex C 41 9F 5C 3B 0 26 DA 56 22
Octal 14 101 237 134 73 0 46 332 126 42
Binary 1100 1000001 10011111 1011100 111011 0 100110 11011010 1010110 100010

Color Harmonies of #0C419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C419F

Black with #0C419F

Text Example


Text Example

White with #0C419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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