#0F5DFD

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

Shades of Navy Blue #0F5DFD

Tints of Navy Blue #0F5DFD

Color information

#0F5DFD (or 0x0F5DFD) is unknown color: approx Navy Blue. HEX triplet: 0F, 5D and FD. RGB value is (15,93,253). Sum of RGB (Red+Green+Blue) = 15+93+253=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F5DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5DFD is #F0A202. Grayscale: #575757. Windows color (decimal): -15770115 or 16604431. OLE color: 16604431.

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

Color convert

RGB1593253-
CMYK0.940.6300.01
HSL220.34º98.35%52.55%-
HSV(B)220.34º94.07%99.22%-
XYZ21.8415.0294.68-
YUV87.92221.1675.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 253 (99.22% from 255) = 70.08%
R=4.16%
G=25.76%
B=70.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15932530.940.6300.01220.3498.3552.55
HexF5DFD5E3F01dc6235
Octal17135375136770133414265
Binary1111101110111111101101111011111101110111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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