Html Css Color HEX #08516B Blue Lagoon

📋 copy color: '#08516B'

red 8 ◦ green 81 ◦ blue 107

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

Shades of Blue Lagoon #08516B

Tints of Blue Lagoon #08516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.59%

R = 4.08%
G = 41.33%
B = 54.59%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08516B (or 0x08516B) is known color: Blue Lagoon. HEX triplet: 08, 51 and 6B. RGB value is (8,81,107). Sum of RGB (Red+Green+Blue) = 8+81+107=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #08516B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08516B is #F7AE94. Grayscale: #3D3D3D. Windows color (decimal): -16232085 or 7033096. OLE color: 7033096.

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

Color convert

RGB 8 81 107 -
CMYK 0.93 0.24 0 0.58
HSL 195.76º 0.86% 0.23% -
HSV(B) 195.76º 0.93% 0.42% -
XYZ 5.7 7 14.96 -
YUV 62.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 8 81 107 0.93 0.24 0 0.58 195.76 0.86 0.23
Hex 8 51 6B 5D 18 0 3A C4 56 17
Octal 10 121 153 135 30 0 72 304 126 27
Binary 1000 1010001 1101011 1011101 11000 0 111010 11000100 1010110 10111

Color Harmonies of #08516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08516B

Black with #08516B

Text Example


Text Example

White with #08516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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