Html Css Color HEX #000885 Navy

📋 copy color: '#000885'

red 0 ◦ green 8 ◦ blue 133

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

Shades of Navy #000885

Tints of Navy #000885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 94.33%

R = 0%
G = 5.67%
B = 94.33%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#000885 (or 0x000885) is known color: Navy. HEX triplet: 00, 08 and 85. RGB value is (0,8,133). Sum of RGB (Red+Green+Blue) = 0+8+133=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 133 (52.34% from 255 or 94.33% from 141); Max value from RGB is 133 - color contains mainly: blue. Hex color #000885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000885 is #FFF77A. Grayscale: #131313. Windows color (decimal): -16775035 or 8718336. OLE color: 8718336.

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

Color convert

RGB 0 8 133 -
CMYK 1 0.94 0 0.48
HSL 236.39º 1% 0.26% -
HSV(B) 236.39º 1% 0.52% -
XYZ 4.32 1.87 22.32 -
YUV 19.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 0 8 133 1 0.94 0 0.48 236.39 1 0.26
Hex 0 8 85 64 5E 0 30 EC 64 1A
Octal 0 10 205 144 136 0 60 354 144 32
Binary 0 1000 10000101 1100100 1011110 0 110000 11101100 1100100 11010

Color Harmonies of #000885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000885

Black with #000885

Text Example


Text Example

White with #000885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000885; }

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

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

background-color css

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

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

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

border-color css

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

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

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