#0A0679

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

Shades of Navy #0A0679

Tints of Navy #0A0679

Color information

#0A0679 (or 0x0A0679) is unknown color: approx Navy. HEX triplet: 0A, 06 and 79. RGB value is (10,6,121). Sum of RGB (Red+Green+Blue) = 10+6+121=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 121 (47.66% from 255 or 88.32% from 137); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A0679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0679 is #F5F986. Grayscale: #131313. Windows color (decimal): -16120199 or 7931402. OLE color: 7931402.

HSL color Cylindrical-coordinate representation of color #0A0679: hue angle of 242.09º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0679 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB106121-
CMYK0.920.9500.53
HSL242.09º90.55%24.9%-
HSV(B)242.09º95.04%47.45%-
XYZ3.641.5818.2-
YUV20.31184.83120.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 121 (47.66% from 255) = 88.32%
R=7.30%
G=4.38%
B=88.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061210.920.9500.53242.0990.5524.9
HexA6795C5F035f25b19
Octal12617113413706536213331
Binary1010110111100110111001011111011010111110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,6,121); }

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

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

 a { background-color: rgb(10,6,121); }

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

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

 span { border-color: rgb(10,6,121); }

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