#0F0179

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

Shades of Navy #0F0179

Tints of Navy #0F0179

Color information

#0F0179 (or 0x0F0179) is unknown color: approx Navy. HEX triplet: 0F, 01 and 79. RGB value is (15,1,121). Sum of RGB (Red+Green+Blue) = 15+1+121=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 121 (47.66% from 255 or 88.32% from 137); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F0179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0179 is #F0FE86. Grayscale: #121212. Windows color (decimal): -15793799 or 7930127. OLE color: 7930127.

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

Color convert

RGB151121-
CMYK0.880.9900.53
HSL247º98.36%23.92%-
HSV(B)247º99.17%47.45%-
XYZ3.661.518.19-
YUV18.87185.64125.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.95%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 121 (47.66% from 255) = 88.32%
R=10.95%
G=0.73%
B=88.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1511210.880.9900.5324798.3623.92
HexF1795863035f76218
Octal17117113014306536714230
Binary11111111100110110001100011011010111110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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