#0A0177

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

Shades of Navy #0A0177

Tints of Navy #0A0177

Color information

#0A0177 (or 0x0A0177) is unknown color: approx Navy. HEX triplet: 0A, 01 and 77. RGB value is (10,1,119). Sum of RGB (Red+Green+Blue) = 10+1+119=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 119 (46.88% from 255 or 91.54% from 130); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A0177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0177 is #F5FE88. Grayscale: #101010. Windows color (decimal): -16121481 or 7799050. OLE color: 7799050.

HSL color Cylindrical-coordinate representation of color #0A0177: hue angle of 244.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0177 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB101119-
CMYK0.920.9900.53
HSL244.58º98.33%23.53%-
HSV(B)244.58º99.16%46.67%-
XYZ3.471.4217.54-
YUV17.14185.48122.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.69%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 119 (46.88% from 255) = 91.54%
R=7.69%
G=0.77%
B=91.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011190.920.9900.53244.5898.3323.53
HexA1775C63035f56218
Octal12116713414306536514230
Binary10101111011110111001100011011010111110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,1,119); }

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

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

 a { background-color: rgb(10,1,119); }

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

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

 span { border-color: rgb(10,1,119); }

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