#0A0C7A

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

Shades of Navy #0A0C7A

Tints of Navy #0A0C7A

Color information

#0A0C7A (or 0x0A0C7A) is unknown color: approx Navy. HEX triplet: 0A, 0C and 7A. RGB value is (10,12,122). Sum of RGB (Red+Green+Blue) = 10+12+122=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A0C7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0C7A is #F5F385. Grayscale: #171717. Windows color (decimal): -16118662 or 7998474. OLE color: 7998474.

HSL color Cylindrical-coordinate representation of color #0A0C7A: hue angle of 238.93º 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 #0A0C7A is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1012122-
CMYK0.920.9000.52
HSL238.93º84.85%25.88%-
HSV(B)238.93º91.8%47.84%-
XYZ3.771.7318.55-
YUV23.94183.34118.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 122 (48.05% from 255) = 84.72%
R=6.94%
G=8.33%
B=84.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10121220.920.9000.52238.9384.8525.88
HexAC7A5C5A034ef551a
Octal121417213413206435712532
Binary10101100111101010111001011010011010011101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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