Html Css Color HEX #085461 Blue Lagoon

📋 copy color: '#085461'

red 8 ◦ green 84 ◦ blue 97

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

Shades of Blue Lagoon #085461

Tints of Blue Lagoon #085461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 4.23%
G = 44.44%
B = 51.32%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085461 (or 0x085461) is known color: Blue Lagoon. HEX triplet: 08, 54 and 61. RGB value is (8,84,97). Sum of RGB (Red+Green+Blue) = 8+84+97=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #085461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085461 is #F7AB9E. Grayscale: #3E3E3E. Windows color (decimal): -16231327 or 6378504. OLE color: 6378504.

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

Color convert

RGB 8 84 97 -
CMYK 0.92 0.13 0 0.62
HSL 188.76º 0.85% 0.21% -
HSV(B) 188.76º 0.92% 0.38% -
XYZ 5.43 7.26 12.42 -
YUV 62.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 8 84 97 0.92 0.13 0 0.62 188.76 0.85 0.21
Hex 8 54 61 5C D 0 3E BD 55 15
Octal 10 124 141 134 15 0 76 275 125 25
Binary 1000 1010100 1100001 1011100 1101 0 111110 10111101 1010101 10101

Color Harmonies of #085461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085461

Black with #085461

Text Example


Text Example

White with #085461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085461; }

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

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

background-color css

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

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

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

border-color css

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

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

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