Html Css Color HEX #085370 Blue Lagoon

📋 copy color: '#085370'

red 8 ◦ green 83 ◦ blue 112

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

Shades of Blue Lagoon #085370

Tints of Blue Lagoon #085370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 3.94%
G = 40.89%
B = 55.17%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085370 (or 0x085370) is known color: Blue Lagoon. HEX triplet: 08, 53 and 70. RGB value is (8,83,112). Sum of RGB (Red+Green+Blue) = 8+83+112=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #085370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085370 is #F7AC8F. Grayscale: #3F3F3F. Windows color (decimal): -16231568 or 7361288. OLE color: 7361288.

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

Color convert

RGB 8 83 112 -
CMYK 0.93 0.26 0 0.56
HSL 196.73º 0.87% 0.24% -
HSV(B) 196.73º 0.93% 0.44% -
XYZ 6.12 7.41 16.44 -
YUV 63.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 8 83 112 0.93 0.26 0 0.56 196.73 0.87 0.24
Hex 8 53 70 5D 1A 0 38 C5 57 18
Octal 10 123 160 135 32 0 70 305 127 30
Binary 1000 1010011 1110000 1011101 11010 0 111000 11000101 1010111 11000

Color Harmonies of #085370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085370

Black with #085370

Text Example


Text Example

White with #085370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085370; }

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

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

background-color css

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

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

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

border-color css

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

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

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