Html Css Color HEX #000A73 Navy

📋 copy color: '#000A73'

red 0 ◦ green 10 ◦ blue 115

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

Shades of Navy #000A73

Tints of Navy #000A73

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8%

 BLUE value IS 115 (45.31% from 255) = 92%

R = 0%
G = 8%
B = 92%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000A73 (or 0x000A73) is known color: Navy. HEX triplet: 00, 0A and 73. RGB value is (0,10,115). Sum of RGB (Red+Green+Blue) = 0+10+115=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 115 (45.31% from 255 or 92% from 125); Max value from RGB is 115 - color contains mainly: blue. Hex color #000A73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A73 is #FFF58C. Grayscale: #121212. Windows color (decimal): -16774541 or 7539200. OLE color: 7539200.

HSL color Cylindrical-coordinate representation of color #000A73: hue angle of 234.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A73 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 10 115 -
CMYK 1 0.91 0 0.55
HSL 234.78º 1% 0.23% -
HSV(B) 234.78º 1% 0.45% -
XYZ 3.2 1.45 16.33 -
YUV 18.98 182.19 114.46 -
System Red Green Blue C M Y K H S L
Decimal 0 10 115 1 0.91 0 0.55 234.78 1 0.23
Hex 0 A 73 64 5B 0 37 EB 64 17
Octal 0 12 163 144 133 0 67 353 144 27
Binary 0 1010 1110011 1100100 1011011 0 110111 11101011 1100100 10111

Color Harmonies of #000A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A73

Black with #000A73

Text Example


Text Example

White with #000A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A73; }

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

 H1.HeaderClassName
 {
   color: #000A73;
 }
 .AnyTagClassName
 {
   color: #000A73;
 }
</style>

background-color css

<style>
 a { background-color: #000A73; }

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

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

border-color css

<style>
 span { border-color: #000A73; }

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

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