Html Css Color HEX #000880 Navy

📋 copy color: '#000880'

red 0 ◦ green 8 ◦ blue 128

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

Shades of Navy #000880

Tints of Navy #000880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 94.12%

R = 0%
G = 5.88%
B = 94.12%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#000880 (or 0x000880) is known color: Navy. HEX triplet: 00, 08 and 80. RGB value is (0,8,128). Sum of RGB (Red+Green+Blue) = 0+8+128=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 128 (50.39% from 255 or 94.12% from 136); Max value from RGB is 128 - color contains mainly: blue. Hex color #000880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000880 is #FFF77F. Grayscale: #121212. Windows color (decimal): -16775040 or 8390656. OLE color: 8390656.

HSL color Cylindrical-coordinate representation of color #000880: hue angle of 236.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000880 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 8 128 -
CMYK 1 0.94 0 0.50
HSL 236.25º 1% 0.25% -
HSV(B) 236.25º 1% 0.5% -
XYZ 3.98 1.73 20.55 -
YUV 19.29 189.35 114.24 -
System Red Green Blue C M Y K H S L
Decimal 0 8 128 1 0.94 0 0.50 236.25 1 0.25
Hex 0 8 80 64 5E 0 32 EC 64 19
Octal 0 10 200 144 136 0 62 354 144 31
Binary 0 1000 10000000 1100100 1011110 0 110010 11101100 1100100 11001

Color Harmonies of #000880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000880

Black with #000880

Text Example


Text Example

White with #000880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000880; }

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

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

background-color css

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

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

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

border-color css

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

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

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