#0F006F

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

Shades of Navy #0F006F

Tints of Navy #0F006F

Color information

#0F006F (or 0x0F006F) is unknown color: approx Navy. HEX triplet: 0F, 00 and 6F. RGB value is (15,0,111). Sum of RGB (Red+Green+Blue) = 15+0+111=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F006F is #F0FF90. Grayscale: #101010. Windows color (decimal): -15794065 or 7274511. OLE color: 7274511.

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

Color convert

RGB150111-
CMYK0.86100.56
HSL248.11º100%21.76%-
HSV(B)248.11º100%43.53%-
XYZ3.071.2515.12-
YUV17.14180.97126.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 88.10%
R=11.90%
G=0%
B=88.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1501110.86100.56248.1110021.76
HexF06F5664038f86416
Octal17015712614407037014426
Binary11110110111110101101100100011100011111000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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