#0F0479

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

Shades of Navy #0F0479

Tints of Navy #0F0479

Color information

#0F0479 (or 0x0F0479) is unknown color: approx Navy. HEX triplet: 0F, 04 and 79. RGB value is (15,4,121). Sum of RGB (Red+Green+Blue) = 15+4+121=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 121 (47.66% from 255 or 86.43% from 140); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F0479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0479 is #F0FB86. Grayscale: #141414. Windows color (decimal): -15793031 or 7930895. OLE color: 7930895.

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

Color convert

RGB154121-
CMYK0.880.9700.53
HSL245.64º93.6%24.51%-
HSV(B)245.64º96.69%47.45%-
XYZ3.691.5718.2-
YUV20.63184.64123.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.71%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 121 (47.66% from 255) = 86.43%
R=10.71%
G=2.86%
B=86.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1541210.880.9700.53245.6493.624.51
HexF4795861035f65e19
Octal17417113014106536613631
Binary1111100111100110110001100001011010111110110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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