Html Css Color HEX #09587B Blue Lagoon

📋 copy color: '#09587B'

red 9 ◦ green 88 ◦ blue 123

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

Shades of Blue Lagoon #09587B

Tints of Blue Lagoon #09587B

RGB

 RED value IS 9 (3.91% from 255) = 4.09%

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

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

R = 4.09%
G = 40%
B = 55.91%

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

#09587B (or 0x09587B) is known color: Blue Lagoon. HEX triplet: 09, 58 and 7B. RGB value is (9,88,123). Sum of RGB (Red+Green+Blue) = 9+88+123=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #09587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09587B is #F6A784. Grayscale: #444444. Windows color (decimal): -16164741 or 8083465. OLE color: 8083465.

HSL color Cylindrical-coordinate representation of color #09587B: hue angle of 198.42º degrees, saturation: 0.86, 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 #09587B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 88 123 -
CMYK 0.93 0.28 0 0.52
HSL 198.42º 0.86% 0.26% -
HSV(B) 198.42º 0.93% 0.48% -
XYZ 7.18 8.47 20 -
YUV 68.37 158.83 85.65 -
System Red Green Blue C M Y K H S L
Decimal 9 88 123 0.93 0.28 0 0.52 198.42 0.86 0.26
Hex 9 58 7B 5D 1C 0 34 C6 56 1A
Octal 11 130 173 135 34 0 64 306 126 32
Binary 1001 1011000 1111011 1011101 11100 0 110100 11000110 1010110 11010

Color Harmonies of #09587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09587B

Black with #09587B

Text Example


Text Example

White with #09587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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