Html Css Color HEX #0F249E Egyptian Blue

📋 copy color: '#0F249E'

red 15 ◦ green 36 ◦ blue 158

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

Shades of Egyptian Blue #0F249E

Tints of Egyptian Blue #0F249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 158 (62.11% from 255) = 75.6%

R = 7.18%
G = 17.22%
B = 75.6%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F249E (or 0x0F249E) is known color: Egyptian Blue. HEX triplet: 0F, 24 and 9E. RGB value is (15,36,158). Sum of RGB (Red+Green+Blue) = 15+36+158=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F249E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F249E is #F0DB61. Grayscale: #2B2B2B. Windows color (decimal): -15784802 or 10363919. OLE color: 10363919.

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

Color convert

RGB 15 36 158 -
CMYK 0.91 0.77 0 0.38
HSL 231.19º 0.83% 0.34% -
HSV(B) 231.19º 0.91% 0.62% -
XYZ 7 3.83 32.72 -
YUV 43.63 192.54 107.58 -
System Red Green Blue C M Y K H S L
Decimal 15 36 158 0.91 0.77 0 0.38 231.19 0.83 0.34
Hex F 24 9E 5B 4D 0 26 E7 53 22
Octal 17 44 236 133 115 0 46 347 123 42
Binary 1111 100100 10011110 1011011 1001101 0 100110 11100111 1010011 100010

Color Harmonies of #0F249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F249E

Black with #0F249E

Text Example


Text Example

White with #0F249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,36,158); }

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

background-color css

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

 a { background-color: rgb(15,36,158); }

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

border-color css

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

 span { border-color: rgb(15,36,158); }

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