Html Css Color HEX #085441 Deep Teal

📋 copy color: '#085441'

red 8 ◦ green 84 ◦ blue 65

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

Shades of Deep Teal #085441

Tints of Deep Teal #085441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.5%

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 5.1%
G = 53.5%
B = 41.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#085441 (or 0x085441) is known color: Deep Teal. HEX triplet: 08, 54 and 41. RGB value is (8,84,65). Sum of RGB (Red+Green+Blue) = 8+84+65=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #085441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085441 is #F7ABBE. Grayscale: #3B3B3B. Windows color (decimal): -16231359 or 4281352. OLE color: 4281352.

HSL color Cylindrical-coordinate representation of color #085441: hue angle of 165º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085441 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 65 -
CMYK 0.90 0 0.23 0.67
HSL 165º 0.83% 0.18% -
HSV(B) 165º 0.9% 0.33% -
XYZ 4.22 6.77 6.09 -
YUV 59.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 8 84 65 0.90 0 0.23 0.67 165 0.83 0.18
Hex 8 54 41 5A 0 17 43 A5 53 12
Octal 10 124 101 132 0 27 103 245 123 22
Binary 1000 1010100 1000001 1011010 0 10111 1000011 10100101 1010011 10010

Color Harmonies of #085441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085441

Black with #085441

Text Example


Text Example

White with #085441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085441; }

 p { color: rgb(8,84,65); }

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

background-color css

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

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

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

border-color css

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

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

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