#0A0E7A

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

Shades of Navy #0A0E7A

Tints of Navy #0A0E7A

Color information

#0A0E7A (or 0x0A0E7A) is unknown color: approx Navy. HEX triplet: 0A, 0E and 7A. RGB value is (10,14,122). Sum of RGB (Red+Green+Blue) = 10+14+122=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 122 (48.05% from 255 or 83.56% from 146); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A0E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0E7A is #F5F185. Grayscale: #181818. Windows color (decimal): -16118150 or 7998986. OLE color: 7998986.

HSL color Cylindrical-coordinate representation of color #0A0E7A: hue angle of 237.86º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0E7A is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1014122-
CMYK0.920.8900.52
HSL237.86º84.85%25.88%-
HSV(B)237.86º91.8%47.84%-
XYZ3.81.7818.56-
YUV25.12182.67117.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.85%
GREEN value IS 14 (5.86% from 255) = 9.59%
BLUE value IS 122 (48.05% from 255) = 83.56%
R=6.85%
G=9.59%
B=83.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10141220.920.8900.52237.8684.8525.88
HexAE7A5C59034ee551a
Octal121617213413106435612532
Binary10101110111101010111001011001011010011101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,14,122); }

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

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

 a { background-color: rgb(10,14,122); }

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

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

 span { border-color: rgb(10,14,122); }

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