#0F0978

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

Shades of Navy #0F0978

Tints of Navy #0F0978

Color information

#0F0978 (or 0x0F0978) is unknown color: approx Navy. HEX triplet: 0F, 09 and 78. RGB value is (15,9,120). Sum of RGB (Red+Green+Blue) = 15+9+120=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F0978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0978 is #F0F687. Grayscale: #171717. Windows color (decimal): -15791752 or 7866639. OLE color: 7866639.

HSL color Cylindrical-coordinate representation of color #0F0978: hue angle of 243.24º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0978 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB159120-
CMYK0.870.9200.53
HSL243.24º86.05%25.29%-
HSV(B)243.24º92.5%47.06%-
XYZ3.681.6517.89-
YUV23.45182.49121.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 120 (47.27% from 255) = 83.33%
R=10.42%
G=6.25%
B=83.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1591200.870.9200.53243.2486.0525.29
HexF978575C035f35619
Octal171117012713406536312631
Binary11111001111100010101111011100011010111110011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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