Html Css Color HEX #080685 Navy

📋 copy color: '#080685'

red 8 ◦ green 6 ◦ blue 133

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

Shades of Navy #080685

Tints of Navy #080685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

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

R = 5.44%
G = 4.08%
B = 90.48%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#080685 (or 0x080685) is known color: Navy. HEX triplet: 08, 06 and 85. RGB value is (8,6,133). Sum of RGB (Red+Green+Blue) = 8+6+133=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 133 (52.34% from 255 or 90.48% from 147); Max value from RGB is 133 - color contains mainly: blue. Hex color #080685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080685 is #F7F97A. Grayscale: #141414. Windows color (decimal): -16251259 or 8717832. OLE color: 8717832.

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

Color convert

RGB 8 6 133 -
CMYK 0.94 0.95 0 0.48
HSL 240.94º 0.91% 0.27% -
HSV(B) 240.94º 0.95% 0.52% -
XYZ 4.4 1.88 22.32 -
YUV 21.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 8 6 133 0.94 0.95 0 0.48 240.94 0.91 0.27
Hex 8 6 85 5E 5F 0 30 F1 5B 1B
Octal 10 6 205 136 137 0 60 361 133 33
Binary 1000 110 10000101 1011110 1011111 0 110000 11110001 1011011 11011

Color Harmonies of #080685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080685

Black with #080685

Text Example


Text Example

White with #080685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080685; }

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

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

background-color css

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

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

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

border-color css

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

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

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