Html Css Color HEX #085466 Blue Lagoon

📋 copy color: '#085466'

red 8 ◦ green 84 ◦ blue 102

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

Shades of Blue Lagoon #085466

Tints of Blue Lagoon #085466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

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

R = 4.12%
G = 43.3%
B = 52.58%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085466 (or 0x085466) is known color: Blue Lagoon. HEX triplet: 08, 54 and 66. RGB value is (8,84,102). Sum of RGB (Red+Green+Blue) = 8+84+102=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #085466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085466 is #F7AB99. Grayscale: #3F3F3F. Windows color (decimal): -16231322 or 6706184. OLE color: 6706184.

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

Color convert

RGB 8 84 102 -
CMYK 0.92 0.18 0 0.6
HSL 191.49º 0.85% 0.22% -
HSV(B) 191.49º 0.92% 0.4% -
XYZ 5.67 7.35 13.69 -
YUV 63.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 8 84 102 0.92 0.18 0 0.6 191.49 0.85 0.22
Hex 8 54 66 5C 12 0 3C BF 55 16
Octal 10 124 146 134 22 0 74 277 125 26
Binary 1000 1010100 1100110 1011100 10010 0 111100 10111111 1010101 10110

Color Harmonies of #085466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085466

Black with #085466

Text Example


Text Example

White with #085466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085466; }

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

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

background-color css

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

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

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

border-color css

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

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

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