Html Css Color HEX #08587B Blue Lagoon

📋 copy color: '#08587B'

red 8 ◦ green 88 ◦ blue 123

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

Shades of Blue Lagoon #08587B

Tints of Blue Lagoon #08587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

 BLUE value IS 123 (48.44% from 255) = 56.16%

R = 3.65%
G = 40.18%
B = 56.16%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08587B (or 0x08587B) is known color: Blue Lagoon. HEX triplet: 08, 58 and 7B. RGB value is (8,88,123). Sum of RGB (Red+Green+Blue) = 8+88+123=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #08587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08587B is #F7A784. Grayscale: #434343. Windows color (decimal): -16230277 or 8083464. OLE color: 8083464.

HSL color Cylindrical-coordinate representation of color #08587B: hue angle of 198.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08587B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 88 123 -
CMYK 0.93 0.28 0 0.52
HSL 198.26º 0.88% 0.26% -
HSV(B) 198.26º 0.93% 0.48% -
XYZ 7.17 8.46 19.99 -
YUV 68.07 159 85.15 -
System Red Green Blue C M Y K H S L
Decimal 8 88 123 0.93 0.28 0 0.52 198.26 0.88 0.26
Hex 8 58 7B 5D 1C 0 34 C6 58 1A
Octal 10 130 173 135 34 0 64 306 130 32
Binary 1000 1011000 1111011 1011101 11100 0 110100 11000110 1011000 11010

Color Harmonies of #08587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08587B

Black with #08587B

Text Example


Text Example

White with #08587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,88,123); }

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

background-color css

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

 a { background-color: rgb(8,88,123); }

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

border-color css

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

 span { border-color: rgb(8,88,123); }

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