Html Css Color HEX #085472 Blue Lagoon

📋 copy color: '#085472'

red 8 ◦ green 84 ◦ blue 114

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

Shades of Blue Lagoon #085472

Tints of Blue Lagoon #085472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 3.88%
G = 40.78%
B = 55.34%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085472 (or 0x085472) is known color: Blue Lagoon. HEX triplet: 08, 54 and 72. RGB value is (8,84,114). Sum of RGB (Red+Green+Blue) = 8+84+114=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #085472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085472 is #F7AB8D. Grayscale: #404040. Windows color (decimal): -16231310 or 7492616. OLE color: 7492616.

HSL color Cylindrical-coordinate representation of color #085472: hue angle of 196.98º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085472 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 84 114 -
CMYK 0.93 0.26 0 0.55
HSL 196.98º 0.87% 0.24% -
HSV(B) 196.98º 0.93% 0.45% -
XYZ 6.31 7.61 17.06 -
YUV 64.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 8 84 114 0.93 0.26 0 0.55 196.98 0.87 0.24
Hex 8 54 72 5D 1A 0 37 C5 57 18
Octal 10 124 162 135 32 0 67 305 127 30
Binary 1000 1010100 1110010 1011101 11010 0 110111 11000101 1010111 11000

Color Harmonies of #085472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085472

Black with #085472

Text Example


Text Example

White with #085472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085472; }

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

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

background-color css

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

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

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

border-color css

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

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

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