#0F0476

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

Shades of Navy #0F0476

Tints of Navy #0F0476

Color information

#0F0476 (or 0x0F0476) is unknown color: approx Navy. HEX triplet: 0F, 04 and 76. RGB value is (15,4,118). Sum of RGB (Red+Green+Blue) = 15+4+118=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F0476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0476 is #F0FB89. Grayscale: #131313. Windows color (decimal): -15793034 or 7734287. OLE color: 7734287.

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

Color convert

RGB154118-
CMYK0.870.9700.54
HSL245.79º93.44%23.92%-
HSV(B)245.79º96.61%46.27%-
XYZ3.511.517.24-
YUV20.28183.14124.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.95%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 118 (46.48% from 255) = 86.13%
R=10.95%
G=2.92%
B=86.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1541180.870.9700.54245.7993.4423.92
HexF4765761036f65d18
Octal17416612714106636613530
Binary1111100111011010101111100001011011011110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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