Html Css Color HEX #085372 Blue Lagoon

📋 copy color: '#085372'

red 8 ◦ green 83 ◦ blue 114

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

Shades of Blue Lagoon #085372

Tints of Blue Lagoon #085372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 3.9%
G = 40.49%
B = 55.61%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085372 (or 0x085372) is known color: Blue Lagoon. HEX triplet: 08, 53 and 72. RGB value is (8,83,114). Sum of RGB (Red+Green+Blue) = 8+83+114=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #085372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085372 is #F7AC8D. Grayscale: #3F3F3F. Windows color (decimal): -16231566 or 7492360. OLE color: 7492360.

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

Color convert

RGB 8 83 114 -
CMYK 0.93 0.27 0 0.55
HSL 197.55º 0.87% 0.24% -
HSV(B) 197.55º 0.93% 0.45% -
XYZ 6.23 7.45 17.03 -
YUV 64.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 8 83 114 0.93 0.27 0 0.55 197.55 0.87 0.24
Hex 8 53 72 5D 1B 0 37 C6 57 18
Octal 10 123 162 135 33 0 67 306 127 30
Binary 1000 1010011 1110010 1011101 11011 0 110111 11000110 1010111 11000

Color Harmonies of #085372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085372

Black with #085372

Text Example


Text Example

White with #085372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085372; }

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

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

background-color css

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

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

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

border-color css

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

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

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