#0A036E

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

Shades of Navy #0A036E

Tints of Navy #0A036E

Color information

#0A036E (or 0x0A036E) is unknown color: approx Navy. HEX triplet: 0A, 03 and 6E. RGB value is (10,3,110). Sum of RGB (Red+Green+Blue) = 10+3+110=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A036E is #F5FC91. Grayscale: #101010. Windows color (decimal): -16120978 or 7209738. OLE color: 7209738.

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

Color convert

RGB103110-
CMYK0.910.9700.57
HSL243.93º94.69%22.16%-
HSV(B)243.93º97.27%43.14%-
XYZ2.971.2614.84-
YUV17.29180.32122.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.13%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 110 (43.36% from 255) = 89.43%
R=8.13%
G=2.44%
B=89.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031100.910.9700.57243.9394.6922.16
HexA36E5B61039f45f16
Octal12315613314107136413726
Binary101011110111010110111100001011100111110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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