Html Css Color HEX #0F24AD Egyptian Blue

📋 copy color: '#0F24AD'

red 15 ◦ green 36 ◦ blue 173

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

Shades of Egyptian Blue #0F24AD

Tints of Egyptian Blue #0F24AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 77.23%

R = 6.7%
G = 16.07%
B = 77.23%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F24AD (or 0x0F24AD) is known color: Egyptian Blue. HEX triplet: 0F, 24 and AD. RGB value is (15,36,173). Sum of RGB (Red+Green+Blue) = 15+36+173=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F24AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F24AD is #F0DB52. Grayscale: #2C2C2C. Windows color (decimal): -15784787 or 11346959. OLE color: 11346959.

HSL color Cylindrical-coordinate representation of color #0F24AD: hue angle of 232.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F24AD is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 36 173 -
CMYK 0.91 0.79 0 0.32
HSL 232.03º 0.84% 0.37% -
HSV(B) 232.03º 0.91% 0.68% -
XYZ 8.37 4.38 39.94 -
YUV 45.34 200.04 106.36 -
System Red Green Blue C M Y K H S L
Decimal 15 36 173 0.91 0.79 0 0.32 232.03 0.84 0.37
Hex F 24 AD 5B 4F 0 20 E8 54 25
Octal 17 44 255 133 117 0 40 350 124 45
Binary 1111 100100 10101101 1011011 1001111 0 100000 11101000 1010100 100101

Color Harmonies of #0F24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F24AD

Black with #0F24AD

Text Example


Text Example

White with #0F24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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