#0F52EF

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

Shades of Navy Blue #0F52EF

Tints of Navy Blue #0F52EF

Color information

#0F52EF (or 0x0F52EF) is unknown color: approx Navy Blue. HEX triplet: 0F, 52 and EF. RGB value is (15,82,239). Sum of RGB (Red+Green+Blue) = 15+82+239=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F52EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F52EF is #F0AD10. Grayscale: #4F4F4F. Windows color (decimal): -15772945 or 15684111. OLE color: 15684111.

HSL color Cylindrical-coordinate representation of color #0F52EF: hue angle of 222.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F52EF is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1582239-
CMYK0.940.6600.06
HSL222.05º88.19%49.8%-
HSV(B)222.05º93.72%93.73%-
XYZ18.7912.3783.06-
YUV79.87217.881.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.46%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 239 (93.75% from 255) = 71.13%
R=4.46%
G=24.40%
B=71.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15822390.940.6600.06222.0588.1949.8
HexF52EF5E4206de5832
Octal171223571361020633613062
Binary1111101001011101111101111010000100110110111101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F52EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,82,239); }

 H1.HeaderClassName
 {
   color: #0F52EF;
 }
 .AnyTagClassName
 {
   color: #0F52EF;
 }
</style>
background-color css

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

 a { background-color: rgb(15,82,239); }

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

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

 span { border-color: rgb(15,82,239); }

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