Html Css Color HEX #085066 Blue Lagoon

📋 copy color: '#085066'

red 8 ◦ green 80 ◦ blue 102

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

Shades of Blue Lagoon #085066

Tints of Blue Lagoon #085066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.68%

R = 4.21%
G = 42.11%
B = 53.68%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085066 (or 0x085066) is known color: Blue Lagoon. HEX triplet: 08, 50 and 66. RGB value is (8,80,102). Sum of RGB (Red+Green+Blue) = 8+80+102=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #085066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085066 is #F7AF99. Grayscale: #3C3C3C. Windows color (decimal): -16232346 or 6705160. OLE color: 6705160.

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

Color convert

RGB 8 80 102 -
CMYK 0.92 0.22 0 0.6
HSL 194.04º 0.85% 0.22% -
HSV(B) 194.04º 0.92% 0.4% -
XYZ 5.37 6.75 13.59 -
YUV 60.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 8 80 102 0.92 0.22 0 0.6 194.04 0.85 0.22
Hex 8 50 66 5C 16 0 3C C2 55 16
Octal 10 120 146 134 26 0 74 302 125 26
Binary 1000 1010000 1100110 1011100 10110 0 111100 11000010 1010101 10110

Color Harmonies of #085066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085066

Black with #085066

Text Example


Text Example

White with #085066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085066; }

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

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

background-color css

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

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

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

border-color css

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

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

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