Html Css Color HEX #08516D Blue Lagoon

📋 copy color: '#08516D'

red 8 ◦ green 81 ◦ blue 109

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

Shades of Blue Lagoon #08516D

Tints of Blue Lagoon #08516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.91%

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 4.04%
G = 40.91%
B = 55.05%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08516D (or 0x08516D) is known color: Blue Lagoon. HEX triplet: 08, 51 and 6D. RGB value is (8,81,109). Sum of RGB (Red+Green+Blue) = 8+81+109=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #08516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08516D is #F7AE92. Grayscale: #3E3E3E. Windows color (decimal): -16232083 or 7164168. OLE color: 7164168.

HSL color Cylindrical-coordinate representation of color #08516D: hue angle of 196.63º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08516D is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 81 109 -
CMYK 0.93 0.26 0 0.57
HSL 196.63º 0.86% 0.23% -
HSV(B) 196.63º 0.93% 0.43% -
XYZ 5.8 7.04 15.52 -
YUV 62.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 8 81 109 0.93 0.26 0 0.57 196.63 0.86 0.23
Hex 8 51 6D 5D 1A 0 39 C5 56 17
Octal 10 121 155 135 32 0 71 305 126 27
Binary 1000 1010001 1101101 1011101 11010 0 111001 11000101 1010110 10111

Color Harmonies of #08516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08516D

Black with #08516D

Text Example


Text Example

White with #08516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08516D; }

 p { color: rgb(8,81,109); }

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

background-color css

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

 a { background-color: rgb(8,81,109); }

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

border-color css

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

 span { border-color: rgb(8,81,109); }

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