#0A056A

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

Shades of Navy #0A056A

Tints of Navy #0A056A

Color information

#0A056A (or 0x0A056A) is unknown color: approx Navy. HEX triplet: 0A, 05 and 6A. RGB value is (10,5,106). Sum of RGB (Red+Green+Blue) = 10+5+106=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A056A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A056A is #F5FA95. Grayscale: #111111. Windows color (decimal): -16120470 or 6948106. OLE color: 6948106.

HSL color Cylindrical-coordinate representation of color #0A056A: hue angle of 242.97º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A056A is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB105106-
CMYK0.910.9500.58
HSL242.97º90.99%21.76%-
HSV(B)242.97º95.28%41.57%-
XYZ2.781.2113.72-
YUV18.01177.66122.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 106 (41.80% from 255) = 87.60%
R=8.26%
G=4.13%
B=87.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051060.910.9500.58242.9790.9921.76
HexA56A5B5F03Af35b16
Octal12515213313707236313326
Binary1010101110101010110111011111011101011110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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