Html Css Color HEX #085568 Blue Lagoon

📋 copy color: '#085568'

red 8 ◦ green 85 ◦ blue 104

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

Shades of Blue Lagoon #085568

Tints of Blue Lagoon #085568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 4.06%
G = 43.15%
B = 52.79%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085568 (or 0x085568) is known color: Blue Lagoon. HEX triplet: 08, 55 and 68. RGB value is (8,85,104). Sum of RGB (Red+Green+Blue) = 8+85+104=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #085568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085568 is #F7AA97. Grayscale: #3F3F3F. Windows color (decimal): -16231064 or 6837512. OLE color: 6837512.

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

Color convert

RGB 8 85 104 -
CMYK 0.92 0.18 0 0.59
HSL 191.88º 0.86% 0.22% -
HSV(B) 191.88º 0.92% 0.41% -
XYZ 5.85 7.55 14.25 -
YUV 64.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 8 85 104 0.92 0.18 0 0.59 191.88 0.86 0.22
Hex 8 55 68 5C 12 0 3B C0 56 16
Octal 10 125 150 134 22 0 73 300 126 26
Binary 1000 1010101 1101000 1011100 10010 0 111011 11000000 1010110 10110

Color Harmonies of #085568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085568

Black with #085568

Text Example


Text Example

White with #085568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085568; }

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

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

background-color css

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

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

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

border-color css

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

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

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