Html Css Color HEX #080885 Navy

📋 copy color: '#080885'

red 8 ◦ green 8 ◦ blue 133

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

Shades of Navy #080885

Tints of Navy #080885

RGB

 RED value IS 8 (3.52% from 255) = 5.37%

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

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

R = 5.37%
G = 5.37%
B = 89.26%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#080885 (or 0x080885) is known color: Navy. HEX triplet: 08, 08 and 85. RGB value is (8,8,133). Sum of RGB (Red+Green+Blue) = 8+8+133=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 133 (52.34% from 255 or 89.26% from 149); Max value from RGB is 133 - color contains mainly: blue. Hex color #080885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080885 is #F7F77A. Grayscale: #151515. Windows color (decimal): -16250747 or 8718344. OLE color: 8718344.

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

Color convert

RGB 8 8 133 -
CMYK 0.94 0.94 0 0.48
HSL 240º 0.89% 0.28% -
HSV(B) 240º 0.94% 0.52% -
XYZ 4.42 1.92 22.33 -
YUV 22.25 190.5 117.84 -
System Red Green Blue C M Y K H S L
Decimal 8 8 133 0.94 0.94 0 0.48 240 0.89 0.28
Hex 8 8 85 5E 5E 0 30 F0 59 1C
Octal 10 10 205 136 136 0 60 360 131 34
Binary 1000 1000 10000101 1011110 1011110 0 110000 11110000 1011001 11100

Color Harmonies of #080885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080885

Black with #080885

Text Example


Text Example

White with #080885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080885; }

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

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

background-color css

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

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

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

border-color css

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

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

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