Html Css Color HEX #000A81 Navy

📋 copy color: '#000A81'

red 0 ◦ green 10 ◦ blue 129

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

Shades of Navy #000A81

Tints of Navy #000A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 92.81%

R = 0%
G = 7.19%
B = 92.81%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000A81 (or 0x000A81) is known color: Navy. HEX triplet: 00, 0A and 81. RGB value is (0,10,129). Sum of RGB (Red+Green+Blue) = 0+10+129=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 129 (50.78% from 255 or 92.81% from 139); Max value from RGB is 129 - color contains mainly: blue. Hex color #000A81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A81 is #FFF57E. Grayscale: #141414. Windows color (decimal): -16774527 or 8456704. OLE color: 8456704.

HSL color Cylindrical-coordinate representation of color #000A81: hue angle of 235.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A81 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 10 129 -
CMYK 1 0.92 0 0.49
HSL 235.35º 1% 0.25% -
HSV(B) 235.35º 1% 0.51% -
XYZ 4.07 1.8 20.9 -
YUV 20.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 0 10 129 1 0.92 0 0.49 235.35 1 0.25
Hex 0 A 81 64 5C 0 31 EB 64 19
Octal 0 12 201 144 134 0 61 353 144 31
Binary 0 1010 10000001 1100100 1011100 0 110001 11101011 1100100 11001

Color Harmonies of #000A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A81

Black with #000A81

Text Example


Text Example

White with #000A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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