#0A086E

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

Shades of Navy #0A086E

Tints of Navy #0A086E

Color information

#0A086E (or 0x0A086E) is unknown color: approx Navy. HEX triplet: 0A, 08 and 6E. RGB value is (10,8,110). Sum of RGB (Red+Green+Blue) = 10+8+110=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A086E is #F5F791. Grayscale: #131313. Windows color (decimal): -16119698 or 7211018. OLE color: 7211018.

HSL color Cylindrical-coordinate representation of color #0A086E: hue angle of 241.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A086E is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB108110-
CMYK0.910.9300.57
HSL241.18º86.44%23.14%-
HSV(B)241.18º92.73%43.14%-
XYZ3.031.3614.86-
YUV20.23178.66120.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.81%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 110 (43.36% from 255) = 85.94%
R=7.81%
G=6.25%
B=85.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081100.910.9300.57241.1886.4423.14
HexA86E5B5D039f15617
Octal121015613313507136112627
Binary10101000110111010110111011101011100111110001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,8,110); }

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

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

 a { background-color: rgb(10,8,110); }

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

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

 span { border-color: rgb(10,8,110); }

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