Html Css Color HEX #085462 Blue Lagoon

📋 copy color: '#085462'

red 8 ◦ green 84 ◦ blue 98

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

Shades of Blue Lagoon #085462

Tints of Blue Lagoon #085462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.58%

R = 4.21%
G = 44.21%
B = 51.58%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085462 (or 0x085462) is known color: Blue Lagoon. HEX triplet: 08, 54 and 62. RGB value is (8,84,98). Sum of RGB (Red+Green+Blue) = 8+84+98=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #085462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085462 is #F7AB9D. Grayscale: #3E3E3E. Windows color (decimal): -16231326 or 6444040. OLE color: 6444040.

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

Color convert

RGB 8 84 98 -
CMYK 0.92 0.14 0 0.62
HSL 189.33º 0.85% 0.21% -
HSV(B) 189.33º 0.92% 0.38% -
XYZ 5.48 7.27 12.67 -
YUV 62.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 8 84 98 0.92 0.14 0 0.62 189.33 0.85 0.21
Hex 8 54 62 5C E 0 3E BD 55 15
Octal 10 124 142 134 16 0 76 275 125 25
Binary 1000 1010100 1100010 1011100 1110 0 111110 10111101 1010101 10101

Color Harmonies of #085462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085462

Black with #085462

Text Example


Text Example

White with #085462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085462; }

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

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

background-color css

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

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

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

border-color css

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

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

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