#0A80D3

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

Shades of Navy Blue #0A80D3

Tints of Navy Blue #0A80D3

Color information

#0A80D3 (or 0x0A80D3) is unknown color: approx Navy Blue. HEX triplet: 0A, 80 and D3. RGB value is (10,128,211). Sum of RGB (Red+Green+Blue) = 10+128+211=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 211 (82.81% from 255 or 60.46% from 349); Max value from RGB is 211 - color contains mainly: blue. Hex color #0A80D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A80D3 is #F57F2C. Grayscale: #656565. Windows color (decimal): -16088877 or 13860874. OLE color: 13860874.

HSL color Cylindrical-coordinate representation of color #0A80D3: hue angle of 204.78º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A80D3 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10128211-
CMYK0.950.3900.17
HSL204.78º90.95%43.33%-
HSV(B)204.78º95.26%82.75%-
XYZ19.620.2164.5-
YUV102.18189.4162.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 211 (82.81% from 255) = 60.46%
R=2.87%
G=36.68%
B=60.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101282110.950.3900.17204.7890.9543.33
HexA80D35F27011cd5b2b
Octal122003231374702131513353
Binary101010000000110100111011111100111010001110011011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A80D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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