Html Css Color HEX #085569 Blue Lagoon

📋 copy color: '#085569'

red 8 ◦ green 85 ◦ blue 105

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

Shades of Blue Lagoon #085569

Tints of Blue Lagoon #085569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 4.04%
G = 42.93%
B = 53.03%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085569 (or 0x085569) is known color: Blue Lagoon. HEX triplet: 08, 55 and 69. RGB value is (8,85,105). Sum of RGB (Red+Green+Blue) = 8+85+105=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #085569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085569 is #F7AA96. Grayscale: #404040. Windows color (decimal): -16231063 or 6903048. OLE color: 6903048.

HSL color Cylindrical-coordinate representation of color #085569: hue angle of 192.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085569 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 85 105 -
CMYK 0.92 0.19 0 0.59
HSL 192.37º 0.86% 0.22% -
HSV(B) 192.37º 0.92% 0.41% -
XYZ 5.9 7.57 14.51 -
YUV 64.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 8 85 105 0.92 0.19 0 0.59 192.37 0.86 0.22
Hex 8 55 69 5C 13 0 3B C0 56 16
Octal 10 125 151 134 23 0 73 300 126 26
Binary 1000 1010101 1101001 1011100 10011 0 111011 11000000 1010110 10110

Color Harmonies of #085569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085569

Black with #085569

Text Example


Text Example

White with #085569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085569; }

 p { color: rgb(8,85,105); }

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

background-color css

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

 a { background-color: rgb(8,85,105); }

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

border-color css

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

 span { border-color: rgb(8,85,105); }

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