Html Css Color HEX #0F32AA Egyptian Blue

📋 copy color: '#0F32AA'

red 15 ◦ green 50 ◦ blue 170

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

Shades of Egyptian Blue #0F32AA

Tints of Egyptian Blue #0F32AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 6.38%
G = 21.28%
B = 72.34%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F32AA (or 0x0F32AA) is known color: Egyptian Blue. HEX triplet: 0F, 32 and AA. RGB value is (15,50,170). Sum of RGB (Red+Green+Blue) = 15+50+170=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F32AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F32AA is #F0CD55. Grayscale: #343434. Windows color (decimal): -15781206 or 11153935. OLE color: 11153935.

HSL color Cylindrical-coordinate representation of color #0F32AA: hue angle of 226.45º 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 #0F32AA is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 50 170 -
CMYK 0.91 0.71 0 0.33
HSL 226.45º 0.84% 0.36% -
HSV(B) 226.45º 0.91% 0.67% -
XYZ 8.59 5.29 38.6 -
YUV 53.22 193.9 100.74 -
System Red Green Blue C M Y K H S L
Decimal 15 50 170 0.91 0.71 0 0.33 226.45 0.84 0.36
Hex F 32 AA 5B 47 0 21 E2 54 24
Octal 17 62 252 133 107 0 41 342 124 44
Binary 1111 110010 10101010 1011011 1000111 0 100001 11100010 1010100 100100

Color Harmonies of #0F32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F32AA

Black with #0F32AA

Text Example


Text Example

White with #0F32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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