#0A0168

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

Shades of Navy #0A0168

Tints of Navy #0A0168

Color information

#0A0168 (or 0x0A0168) is unknown color: approx Navy. HEX triplet: 0A, 01 and 68. RGB value is (10,1,104). Sum of RGB (Red+Green+Blue) = 10+1+104=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 104 (41.02% from 255 or 90.43% from 115); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A0168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0168 is #F5FE97. Grayscale: #0F0F0F. Windows color (decimal): -16121496 or 6816010. OLE color: 6816010.

HSL color Cylindrical-coordinate representation of color #0A0168: hue angle of 245.24º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0168 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB101104-
CMYK0.900.9900.59
HSL245.24º98.1%20.59%-
HSV(B)245.24º99.04%40.78%-
XYZ2.631.0913.17-
YUV15.43177.98124.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 104 (41.02% from 255) = 90.43%
R=8.70%
G=0.87%
B=90.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1011040.900.9900.59245.2498.120.59
HexA1685A6303Bf56215
Octal12115013214307336514225
Binary10101110100010110101100011011101111110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,1,104); }

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

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

 a { background-color: rgb(10,1,104); }

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

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

 span { border-color: rgb(10,1,104); }

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