#0F016F

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

Shades of Navy #0F016F

Tints of Navy #0F016F

Color information

#0F016F (or 0x0F016F) is unknown color: approx Navy. HEX triplet: 0F, 01 and 6F. RGB value is (15,1,111). Sum of RGB (Red+Green+Blue) = 15+1+111=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 111 (43.75% from 255 or 87.40% from 127); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F016F is #F0FE90. Grayscale: #111111. Windows color (decimal): -15793809 or 7274767. OLE color: 7274767.

HSL color Cylindrical-coordinate representation of color #0F016F: hue angle of 247.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F016F is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB151111-
CMYK0.860.9900.56
HSL247.64º98.21%21.96%-
HSV(B)247.64º99.1%43.53%-
XYZ3.081.2715.12-
YUV17.73180.64126.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 111 (43.75% from 255) = 87.40%
R=11.81%
G=0.79%
B=87.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1511110.860.9900.56247.6498.2121.96
HexF16F5663038f86216
Octal17115712614307037014226
Binary11111110111110101101100011011100011111000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,1,111); }

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

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

 a { background-color: rgb(15,1,111); }

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

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

 span { border-color: rgb(15,1,111); }

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