Html Css Color HEX #000881 Navy

📋 copy color: '#000881'

red 0 ◦ green 8 ◦ blue 129

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

Shades of Navy #000881

Tints of Navy #000881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 0%
G = 5.84%
B = 94.16%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000881 (or 0x000881) is known color: Navy. HEX triplet: 00, 08 and 81. RGB value is (0,8,129). Sum of RGB (Red+Green+Blue) = 0+8+129=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 129 (50.78% from 255 or 94.16% from 137); Max value from RGB is 129 - color contains mainly: blue. Hex color #000881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000881 is #FFF77E. Grayscale: #121212. Windows color (decimal): -16775039 or 8456192. OLE color: 8456192.

HSL color Cylindrical-coordinate representation of color #000881: hue angle of 236.28º 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 #000881 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 8 129 -
CMYK 1 0.94 0 0.49
HSL 236.28º 1% 0.25% -
HSV(B) 236.28º 1% 0.51% -
XYZ 4.05 1.76 20.89 -
YUV 19.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 0 8 129 1 0.94 0 0.49 236.28 1 0.25
Hex 0 8 81 64 5E 0 31 EC 64 19
Octal 0 10 201 144 136 0 61 354 144 31
Binary 0 1000 10000001 1100100 1011110 0 110001 11101100 1100100 11001

Color Harmonies of #000881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000881

Black with #000881

Text Example


Text Example

White with #000881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000881; }

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

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

background-color css

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

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

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

border-color css

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

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

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