Html Css Color HEX #085474 Blue Lagoon

📋 copy color: '#085474'

red 8 ◦ green 84 ◦ blue 116

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

Shades of Blue Lagoon #085474

Tints of Blue Lagoon #085474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 3.85%
G = 40.38%
B = 55.77%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085474 (or 0x085474) is known color: Blue Lagoon. HEX triplet: 08, 54 and 74. RGB value is (8,84,116). Sum of RGB (Red+Green+Blue) = 8+84+116=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #085474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085474 is #F7AB8B. Grayscale: #404040. Windows color (decimal): -16231308 or 7623688. OLE color: 7623688.

HSL color Cylindrical-coordinate representation of color #085474: hue angle of 197.78º 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 #085474 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 84 116 -
CMYK 0.93 0.28 0 0.55
HSL 197.78º 0.87% 0.24% -
HSV(B) 197.78º 0.93% 0.45% -
XYZ 6.42 7.65 17.66 -
YUV 64.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 8 84 116 0.93 0.28 0 0.55 197.78 0.87 0.24
Hex 8 54 74 5D 1C 0 37 C6 57 18
Octal 10 124 164 135 34 0 67 306 127 30
Binary 1000 1010100 1110100 1011101 11100 0 110111 11000110 1010111 11000

Color Harmonies of #085474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085474

Black with #085474

Text Example


Text Example

White with #085474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085474; }

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

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

background-color css

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

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

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

border-color css

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

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

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