Html Css Color HEX #085B7D Blue Lagoon

📋 copy color: '#085B7D'

red 8 ◦ green 91 ◦ blue 125

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

Shades of Blue Lagoon #085B7D

Tints of Blue Lagoon #085B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.63%

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 3.57%
G = 40.63%
B = 55.8%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#085B7D (or 0x085B7D) is known color: Blue Lagoon. HEX triplet: 08, 5B and 7D. RGB value is (8,91,125). Sum of RGB (Red+Green+Blue) = 8+91+125=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #085B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B7D is #F7A482. Grayscale: #454545. Windows color (decimal): -16229507 or 8215304. OLE color: 8215304.

HSL color Cylindrical-coordinate representation of color #085B7D: hue angle of 197.44º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085B7D is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 91 125 -
CMYK 0.94 0.27 0 0.51
HSL 197.44º 0.88% 0.26% -
HSV(B) 197.44º 0.94% 0.49% -
XYZ 7.54 9.01 20.74 -
YUV 70.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 8 91 125 0.94 0.27 0 0.51 197.44 0.88 0.26
Hex 8 5B 7D 5E 1B 0 33 C5 58 1A
Octal 10 133 175 136 33 0 63 305 130 32
Binary 1000 1011011 1111101 1011110 11011 0 110011 11000101 1011000 11010

Color Harmonies of #085B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B7D

Black with #085B7D

Text Example


Text Example

White with #085B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085B7D; }

 p { color: rgb(8,91,125); }

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

background-color css

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

 a { background-color: rgb(8,91,125); }

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

border-color css

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

 span { border-color: rgb(8,91,125); }

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