#0F0775

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

Shades of Navy #0F0775

Tints of Navy #0F0775

Color information

#0F0775 (or 0x0F0775) is unknown color: approx Navy. HEX triplet: 0F, 07 and 75. RGB value is (15,7,117). Sum of RGB (Red+Green+Blue) = 15+7+117=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F0775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0775 is #F0F88A. Grayscale: #151515. Windows color (decimal): -15792267 or 7669519. OLE color: 7669519.

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

Color convert

RGB157117-
CMYK0.870.9400.54
HSL244.36º88.71%24.31%-
HSV(B)244.36º94.02%45.88%-
XYZ3.481.5416.94-
YUV21.93181.65123.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 117 (46.09% from 255) = 84.17%
R=10.79%
G=5.04%
B=84.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1571170.870.9400.54244.3688.7124.31
HexF775575E036f45918
Octal17716512713606636413130
Binary1111111111010110101111011110011011011110100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,7,117); }

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

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

 a { background-color: rgb(15,7,117); }

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

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

 span { border-color: rgb(15,7,117); }

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