Html Css Color HEX #0F24AA Egyptian Blue

📋 copy color: '#0F24AA'

red 15 ◦ green 36 ◦ blue 170

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

Shades of Egyptian Blue #0F24AA

Tints of Egyptian Blue #0F24AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 76.92%

R = 6.79%
G = 16.29%
B = 76.92%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F24AA (or 0x0F24AA) is known color: Egyptian Blue. HEX triplet: 0F, 24 and AA. RGB value is (15,36,170). Sum of RGB (Red+Green+Blue) = 15+36+170=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F24AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F24AA is #F0DB55. Grayscale: #2C2C2C. Windows color (decimal): -15784790 or 11150351. OLE color: 11150351.

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

Color convert

RGB 15 36 170 -
CMYK 0.91 0.79 0 0.33
HSL 231.87º 0.84% 0.36% -
HSV(B) 231.87º 0.91% 0.67% -
XYZ 8.08 4.27 38.43 -
YUV 45 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 15 36 170 0.91 0.79 0 0.33 231.87 0.84 0.36
Hex F 24 AA 5B 4F 0 21 E8 54 24
Octal 17 44 252 133 117 0 41 350 124 44
Binary 1111 100100 10101010 1011011 1001111 0 100001 11101000 1010100 100100

Color Harmonies of #0F24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F24AA

Black with #0F24AA

Text Example


Text Example

White with #0F24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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