#0F59EF

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

Shades of Navy Blue #0F59EF

Tints of Navy Blue #0F59EF

Color information

#0F59EF (or 0x0F59EF) is unknown color: approx Navy Blue. HEX triplet: 0F, 59 and EF. RGB value is (15,89,239). Sum of RGB (Red+Green+Blue) = 15+89+239=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F59EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F59EF is #F0A610. Grayscale: #535353. Windows color (decimal): -15771153 or 15685903. OLE color: 15685903.

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

Color convert

RGB1589239-
CMYK0.940.6300.06
HSL220.18º88.19%49.8%-
HSV(B)220.18º93.72%93.73%-
XYZ19.3513.4883.24-
YUV83.97215.4878.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.37%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 239 (93.75% from 255) = 69.68%
R=4.37%
G=25.95%
B=69.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15892390.940.6300.06220.1888.1949.8
HexF59EF5E3F06dc5832
Octal17131357136770633413062
Binary111110110011110111110111101111110110110111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F59EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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