Html Css Color HEX #085864 Blue Lagoon

📋 copy color: '#085864'

red 8 ◦ green 88 ◦ blue 100

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

Shades of Blue Lagoon #085864

Tints of Blue Lagoon #085864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 51.02%

R = 4.08%
G = 44.9%
B = 51.02%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#085864 (or 0x085864) is known color: Blue Lagoon. HEX triplet: 08, 58 and 64. RGB value is (8,88,100). Sum of RGB (Red+Green+Blue) = 8+88+100=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #085864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085864 is #F7A79B. Grayscale: #414141. Windows color (decimal): -16230300 or 6576136. OLE color: 6576136.

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

Color convert

RGB 8 88 100 -
CMYK 0.92 0.12 0 0.61
HSL 187.83º 0.85% 0.21% -
HSV(B) 187.83º 0.92% 0.39% -
XYZ 5.89 7.95 13.28 -
YUV 65.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 8 88 100 0.92 0.12 0 0.61 187.83 0.85 0.21
Hex 8 58 64 5C C 0 3D BC 55 15
Octal 10 130 144 134 14 0 75 274 125 25
Binary 1000 1011000 1100100 1011100 1100 0 111101 10111100 1010101 10101

Color Harmonies of #085864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085864

Black with #085864

Text Example


Text Example

White with #085864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085864; }

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

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

background-color css

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

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

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

border-color css

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

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

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