Html Css Color HEX #000882 Navy

📋 copy color: '#000882'

red 0 ◦ green 8 ◦ blue 130

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

Shades of Navy #000882

Tints of Navy #000882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 94.2%

R = 0%
G = 5.8%
B = 94.2%

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

#000882 (or 0x000882) is known color: Navy. HEX triplet: 00, 08 and 82. RGB value is (0,8,130). Sum of RGB (Red+Green+Blue) = 0+8+130=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 130 (51.17% from 255 or 94.20% from 138); Max value from RGB is 130 - color contains mainly: blue. Hex color #000882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000882 is #FFF77D. Grayscale: #131313. Windows color (decimal): -16775038 or 8521728. OLE color: 8521728.

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

Color convert

RGB 0 8 130 -
CMYK 1 0.94 0 0.49
HSL 236.31º 1% 0.25% -
HSV(B) 236.31º 1% 0.51% -
XYZ 4.12 1.79 21.25 -
YUV 19.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 0 8 130 1 0.94 0 0.49 236.31 1 0.25
Hex 0 8 82 64 5E 0 31 EC 64 19
Octal 0 10 202 144 136 0 61 354 144 31
Binary 0 1000 10000010 1100100 1011110 0 110001 11101100 1100100 11001

Color Harmonies of #000882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000882

Black with #000882

Text Example


Text Example

White with #000882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000882; }

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

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

background-color css

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

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

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

border-color css

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

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

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