#0f51ef

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

Shades of Navy Blue #0F51EF

Tints of Navy Blue #0F51EF

Color information

#0F51EF (or 0x0F51EF) is unknown color: approx Navy Blue. HEX triplet: 0F, 51 and EF. RGB value is (15,81,239). Sum of RGB (Red+Green+Blue) = 15+81+239=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F51EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F51EF is #F0AE10. Grayscale: #4E4E4E. Windows color (decimal): -15773201 or 15683855. OLE color: 15683855.

HSL color Cylindrical-coordinate representation of color #0F51EF: hue angle of 222.32º 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 #0F51EF is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1581239-
CMYK0.940.6600.06
HSL222.32º88.19%49.8%-
HSV(B)222.32º93.72%93.73%-
XYZ18.7212.2283.03-
YUV79.28218.1382.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.48%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 239 (93.75% from 255) = 71.34%
R=4.48%
G=24.18%
B=71.34%

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
Decimal15812390.940.6600.06222.3288.1949.8
HexF51EF5E4206de5832
Octal171213571361020633613062
Binary1111101000111101111101111010000100110110111101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f51ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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