Html Css Color HEX #0A0168 Navy

📋 copy color: '#0A0168'

red 10 ◦ green 1 ◦ blue 104

#0A0168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #0A0168

Tints of Navy #0A0168

RGB

 RED value IS 10 (4.3% from 255) = 8.7%

 GREEN value IS 1 (0.78% from 255) = 0.87%

 BLUE value IS 104 (41.02% from 255) = 90.43%

R = 8.7%
G = 0.87%
B = 90.43%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A0168 (or 0x0A0168) is known color: 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

RGB 10 1 104 -
CMYK 0.90 0.99 0 0.59
HSL 245.24º 0.98% 0.21% -
HSV(B) 245.24º 0.99% 0.41% -
XYZ 2.63 1.09 13.17 -
YUV 15.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 10 1 104 0.90 0.99 0 0.59 245.24 0.98 0.21
Hex A 1 68 5A 63 0 3B F5 62 15
Octal 12 1 150 132 143 0 73 365 142 25
Binary 1010 1 1101000 1011010 1100011 0 111011 11110101 1100010 10101

Color Harmonies of #0A0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0168

Black with #0A0168

Text Example


Text Example

White with #0A0168

Text Example


Text Example

HTML Codes & Css Web 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>