#0f0478

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

Shades of Navy #0F0478

Tints of Navy #0F0478

Color information

#0F0478 (or 0x0F0478) is unknown color: approx Navy. HEX triplet: 0F, 04 and 78. RGB value is (15,4,120). Sum of RGB (Red+Green+Blue) = 15+4+120=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F0478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0478 is #F0FB87. Grayscale: #141414. Windows color (decimal): -15793032 or 7865359. OLE color: 7865359.

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

Color convert

RGB154120-
CMYK0.870.9700.53
HSL245.69º93.55%24.31%-
HSV(B)245.69º96.67%47.06%-
XYZ3.631.5417.88-
YUV20.51184.14124.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=10.79%
G=2.88%
B=86.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1541200.870.9700.53245.6993.5524.31
HexF4785761035f65e18
Octal17417012714106536613630
Binary1111100111100010101111100001011010111110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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