#0F32AA

Color #0F32AA Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0F32AA

Tints of Egyptian Blue #0F32AA

Color information

#0F32AA (or 0x0F32AA) is unknown color: approx 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

RGB1550170-
CMYK0.910.7100.33
HSL226.45º83.78%36.27%-
HSV(B)226.45º91.18%66.67%-
XYZ8.595.2938.6-
YUV53.21193.9100.74-

RGB Variations

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

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.80% from 255) = 72.34%
R=6.38%
G=21.28%
B=72.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15501700.910.7100.33226.4583.7836.27
HexF32AA5B47021e25424
Octal176225213310704134212444
Binary111111001010101010101101110001110100001111000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F32AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>