#0F0176

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

Shades of Navy #0F0176

Tints of Navy #0F0176

Color information

#0F0176 (or 0x0F0176) is unknown color: approx Navy. HEX triplet: 0F, 01 and 76. RGB value is (15,1,118). Sum of RGB (Red+Green+Blue) = 15+1+118=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F0176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0176 is #F0FE89. Grayscale: #121212. Windows color (decimal): -15793802 or 7733519. OLE color: 7733519.

HSL color Cylindrical-coordinate representation of color #0F0176: hue angle of 247.18º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0176 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB151118-
CMYK0.870.9900.54
HSL247.18º98.32%23.33%-
HSV(B)247.18º99.15%46.27%-
XYZ3.481.4317.23-
YUV18.52184.14125.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 118 (46.48% from 255) = 88.06%
R=11.19%
G=0.75%
B=88.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1511180.870.9900.54247.1898.3223.33
HexF1765763036f76217
Octal17116612714306636714227
Binary11111111011010101111100011011011011110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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