Html Css Color HEX #085470 Blue Lagoon

📋 copy color: '#085470'

red 8 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #085470

Tints of Blue Lagoon #085470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.9%

R = 3.92%
G = 41.18%
B = 54.9%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085470 (or 0x085470) is known color: Blue Lagoon. HEX triplet: 08, 54 and 70. RGB value is (8,84,112). Sum of RGB (Red+Green+Blue) = 8+84+112=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #085470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085470 is #F7AB8F. Grayscale: #404040. Windows color (decimal): -16231312 or 7361544. OLE color: 7361544.

HSL color Cylindrical-coordinate representation of color #085470: hue angle of 196.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085470 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 84 112 -
CMYK 0.93 0.25 0 0.56
HSL 196.15º 0.87% 0.24% -
HSV(B) 196.15º 0.93% 0.44% -
XYZ 6.2 7.56 16.46 -
YUV 64.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 8 84 112 0.93 0.25 0 0.56 196.15 0.87 0.24
Hex 8 54 70 5D 19 0 38 C4 57 18
Octal 10 124 160 135 31 0 70 304 127 30
Binary 1000 1010100 1110000 1011101 11001 0 111000 11000100 1010111 11000

Color Harmonies of #085470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085470

Black with #085470

Text Example


Text Example

White with #085470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085470; }

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

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

background-color css

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

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

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

border-color css

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

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

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