Html Css Color HEX #0A006E Navy

📋 copy color: '#0A006E'

red 10 ◦ green 0 ◦ blue 110

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

Shades of Navy #0A006E

Tints of Navy #0A006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 91.67%

R = 8.33%
G = 0%
B = 91.67%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A006E (or 0x0A006E) is known color: Navy. HEX triplet: 0A, 00 and 6E. RGB value is (10,0,110). Sum of RGB (Red+Green+Blue) = 10+0+110=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 110 (43.36% from 255 or 91.67% from 120); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A006E is #F5FF91. Grayscale: #0F0F0F. Windows color (decimal): -16121746 or 7208970. OLE color: 7208970.

HSL color Cylindrical-coordinate representation of color #0A006E: hue angle of 245.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A006E is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 0 110 -
CMYK 0.91 1 0 0.57
HSL 245.45º 1% 0.22% -
HSV(B) 245.45º 1% 0.43% -
XYZ 2.94 1.19 14.83 -
YUV 15.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 10 0 110 0.91 1 0 0.57 245.45 1 0.22
Hex A 0 6E 5B 64 0 39 F5 64 16
Octal 12 0 156 133 144 0 71 365 144 26
Binary 1010 0 1101110 1011011 1100100 0 111001 11110101 1100100 10110

Color Harmonies of #0A006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A006E

Black with #0A006E

Text Example


Text Example

White with #0A006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,110); }

 H1.HeaderClassName
 {
   color: #0A006E;
 }
 .AnyTagClassName
 {
   color: #0A006E;
 }
</style>

background-color css

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

 a { background-color: rgb(10,0,110); }

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

border-color css

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

 span { border-color: rgb(10,0,110); }

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