#0A0575

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

Shades of Navy #0A0575

Tints of Navy #0A0575

Color information

#0A0575 (or 0x0A0575) is unknown color: approx Navy. HEX triplet: 0A, 05 and 75. RGB value is (10,5,117). Sum of RGB (Red+Green+Blue) = 10+5+117=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A0575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0575 is #F5FA8A. Grayscale: #121212. Windows color (decimal): -16120459 or 7669002. OLE color: 7669002.

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

Color convert

RGB105117-
CMYK0.910.9600.54
HSL242.68º91.8%23.92%-
HSV(B)242.68º95.73%45.88%-
XYZ3.391.4616.93-
YUV19.26183.16121.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 117 (46.09% from 255) = 88.64%
R=7.58%
G=3.79%
B=88.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051170.910.9600.54242.6891.823.92
HexA5755B60036f35c18
Octal12516513314006636313430
Binary1010101111010110110111100000011011011110011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,117); }

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

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

 a { background-color: rgb(10,5,117); }

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

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

 span { border-color: rgb(10,5,117); }

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