Html Css Color HEX #0F419C Egyptian Blue

📋 copy color: '#0F419C'

red 15 ◦ green 65 ◦ blue 156

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

Shades of Egyptian Blue #0F419C

Tints of Egyptian Blue #0F419C

RGB

 RED value IS 15 (6.25% from 255) = 6.36%

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

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 6.36%
G = 27.54%
B = 66.1%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F419C (or 0x0F419C) is known color: Egyptian Blue. HEX triplet: 0F, 41 and 9C. RGB value is (15,65,156). Sum of RGB (Red+Green+Blue) = 15+65+156=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F419C is #F0BE63. Grayscale: #3C3C3C. Windows color (decimal): -15777380 or 10240271. OLE color: 10240271.

HSL color Cylindrical-coordinate representation of color #0F419C: hue angle of 218.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F419C is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 65 156 -
CMYK 0.90 0.58 0 0.39
HSL 218.72º 0.82% 0.34% -
HSV(B) 218.72º 0.9% 0.61% -
XYZ 8.09 6.28 32.24 -
YUV 60.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 15 65 156 0.90 0.58 0 0.39 218.72 0.82 0.34
Hex F 41 9C 5A 3A 0 27 DB 52 22
Octal 17 101 234 132 72 0 47 333 122 42
Binary 1111 1000001 10011100 1011010 111010 0 100111 11011011 1010010 100010

Color Harmonies of #0F419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F419C

Black with #0F419C

Text Example


Text Example

White with #0F419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,156); }

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

background-color css

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

 a { background-color: rgb(15,65,156); }

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

border-color css

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

 span { border-color: rgb(15,65,156); }

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