Html Css Color HEX #085064 Blue Lagoon

📋 copy color: '#085064'

red 8 ◦ green 80 ◦ blue 100

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

Shades of Blue Lagoon #085064

Tints of Blue Lagoon #085064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

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

R = 4.26%
G = 42.55%
B = 53.19%

CMYK

 C value IS 0.92

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#085064 (or 0x085064) is known color: Blue Lagoon. HEX triplet: 08, 50 and 64. RGB value is (8,80,100). Sum of RGB (Red+Green+Blue) = 8+80+100=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #085064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085064 is #F7AF9B. Grayscale: #3C3C3C. Windows color (decimal): -16232348 or 6574088. OLE color: 6574088.

HSL color Cylindrical-coordinate representation of color #085064: hue angle of 193.04º 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 #085064 is Cyan = 0.92, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 80 100 -
CMYK 0.92 0.2 0 0.61
HSL 193.04º 0.85% 0.21% -
HSV(B) 193.04º 0.92% 0.39% -
XYZ 5.27 6.71 13.07 -
YUV 60.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 8 80 100 0.92 0.2 0 0.61 193.04 0.85 0.21
Hex 8 50 64 5C 14 0 3D C1 55 15
Octal 10 120 144 134 24 0 75 301 125 25
Binary 1000 1010000 1100100 1011100 10100 0 111101 11000001 1010101 10101

Color Harmonies of #085064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085064

Black with #085064

Text Example


Text Example

White with #085064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085064; }

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

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

background-color css

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

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

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

border-color css

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

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

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