Html Css Color HEX #085865 Blue Lagoon

📋 copy color: '#085865'

red 8 ◦ green 88 ◦ blue 101

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

Shades of Blue Lagoon #085865

Tints of Blue Lagoon #085865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.67%

 BLUE value IS 101 (39.84% from 255) = 51.27%

R = 4.06%
G = 44.67%
B = 51.27%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085865 (or 0x085865) is known color: Blue Lagoon. HEX triplet: 08, 58 and 65. RGB value is (8,88,101). Sum of RGB (Red+Green+Blue) = 8+88+101=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #085865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085865 is #F7A79A. Grayscale: #414141. Windows color (decimal): -16230299 or 6641672. OLE color: 6641672.

HSL color Cylindrical-coordinate representation of color #085865: hue angle of 188.39º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085865 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 88 101 -
CMYK 0.92 0.13 0 0.60
HSL 188.39º 0.85% 0.21% -
HSV(B) 188.39º 0.92% 0.4% -
XYZ 5.94 7.97 13.54 -
YUV 65.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 8 88 101 0.92 0.13 0 0.60 188.39 0.85 0.21
Hex 8 58 65 5C D 0 3C BC 55 15
Octal 10 130 145 134 15 0 74 274 125 25
Binary 1000 1011000 1100101 1011100 1101 0 111100 10111100 1010101 10101

Color Harmonies of #085865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085865

Black with #085865

Text Example


Text Example

White with #085865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085865; }

 p { color: rgb(8,88,101); }

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

background-color css

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

 a { background-color: rgb(8,88,101); }

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

border-color css

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

 span { border-color: rgb(8,88,101); }

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