#0F5DFE

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

Shades of Navy Blue #0F5DFE

Tints of Navy Blue #0F5DFE

Color information

#0F5DFE (or 0x0F5DFE) is unknown color: approx Navy Blue. HEX triplet: 0F, 5D and FE. RGB value is (15,93,254). Sum of RGB (Red+Green+Blue) = 15+93+254=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F5DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5DFE is #F0A201. Grayscale: #575757. Windows color (decimal): -15770114 or 16669967. OLE color: 16669967.

HSL color Cylindrical-coordinate representation of color #0F5DFE: hue angle of 220.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F5DFE is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1593254-
CMYK0.940.6300.00
HSL220.42º99.17%52.75%-
HSV(B)220.42º94.09%99.61%-
XYZ2215.0995.52-
YUV88.03221.6675.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.14%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 254 (99.61% from 255) = 70.17%
R=4.14%
G=25.69%
B=70.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal15932540.940.6300.00220.4299.1752.75
HexF5DFE5E3F00dc6335
Octal17135376136770033414365
Binary1111101110111111110101111011111100110111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,93,254); }

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

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

 a { background-color: rgb(15,93,254); }

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

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

 span { border-color: rgb(15,93,254); }

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