Html Css Color HEX #085270 Blue Lagoon

📋 copy color: '#085270'

red 8 ◦ green 82 ◦ blue 112

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

Shades of Blue Lagoon #085270

Tints of Blue Lagoon #085270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 3.96%
G = 40.59%
B = 55.45%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085270 (or 0x085270) is known color: Blue Lagoon. HEX triplet: 08, 52 and 70. RGB value is (8,82,112). Sum of RGB (Red+Green+Blue) = 8+82+112=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #085270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085270 is #F7AD8F. Grayscale: #3F3F3F. Windows color (decimal): -16231824 or 7361032. OLE color: 7361032.

HSL color Cylindrical-coordinate representation of color #085270: hue angle of 197.31º 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 #085270 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 82 112 -
CMYK 0.93 0.27 0 0.56
HSL 197.31º 0.87% 0.24% -
HSV(B) 197.31º 0.93% 0.44% -
XYZ 6.04 7.26 16.41 -
YUV 63.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 8 82 112 0.93 0.27 0 0.56 197.31 0.87 0.24
Hex 8 52 70 5D 1B 0 38 C5 57 18
Octal 10 122 160 135 33 0 70 305 127 30
Binary 1000 1010010 1110000 1011101 11011 0 111000 11000101 1010111 11000

Color Harmonies of #085270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085270

Black with #085270

Text Example


Text Example

White with #085270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085270; }

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

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

background-color css

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

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

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

border-color css

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

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

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