#0A0280

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

Shades of Navy #0A0280

Tints of Navy #0A0280

Color information

#0A0280 (or 0x0A0280) is unknown color: approx Navy. HEX triplet: 0A, 02 and 80. RGB value is (10,2,128). Sum of RGB (Red+Green+Blue) = 10+2+128=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 128 (50.39% from 255 or 91.43% from 140); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A0280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0280 is #F5FD7F. Grayscale: #121212. Windows color (decimal): -16121216 or 8389130. OLE color: 8389130.

HSL color Cylindrical-coordinate representation of color #0A0280: hue angle of 243.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A0280 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB102128-
CMYK0.920.9800.50
HSL243.81º96.92%25.49%-
HSV(B)243.81º98.44%50.2%-
XYZ4.041.6720.53-
YUV18.76189.65121.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 128 (50.39% from 255) = 91.43%
R=7.14%
G=1.43%
B=91.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021280.920.9800.50243.8196.9225.49
HexA2805C62032f46119
Octal12220013414206236414131
Binary1010101000000010111001100010011001011110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,128); }

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

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

 a { background-color: rgb(10,2,128); }

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

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

 span { border-color: rgb(10,2,128); }

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