#0F5ADF

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

Shades of Navy Blue #0F5ADF

Tints of Navy Blue #0F5ADF

Color information

#0F5ADF (or 0x0F5ADF) is unknown color: approx Navy Blue. HEX triplet: 0F, 5A and DF. RGB value is (15,90,223). Sum of RGB (Red+Green+Blue) = 15+90+223=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F5ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ADF is #F0A520. Grayscale: #525252. Windows color (decimal): -15770913 or 14637583. OLE color: 14637583.

HSL color Cylindrical-coordinate representation of color #0F5ADF: hue angle of 218.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5ADF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1590223-
CMYK0.930.6000.13
HSL218.37º87.39%46.67%-
HSV(B)218.37º93.27%87.45%-
XYZ17.1712.7471.37-
YUV82.74207.1579.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.57%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 223 (87.5% from 255) = 67.99%
R=4.57%
G=27.44%
B=67.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15902230.930.6000.13218.3787.3946.67
HexF5ADF5D3C0Dda572f
Octal171323371357401533212757
Binary1111101101011011111101110111110001101110110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,90,223); }

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

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

 a { background-color: rgb(15,90,223); }

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

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

 span { border-color: rgb(15,90,223); }

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