Html Css Color HEX #09576D Blue Lagoon

📋 copy color: '#09576D'

red 9 ◦ green 87 ◦ blue 109

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

Shades of Blue Lagoon #09576D

Tints of Blue Lagoon #09576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

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

R = 4.39%
G = 42.44%
B = 53.17%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09576D (or 0x09576D) is known color: Blue Lagoon. HEX triplet: 09, 57 and 6D. RGB value is (9,87,109). Sum of RGB (Red+Green+Blue) = 9+87+109=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #09576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09576D is #F6A892. Grayscale: #424242. Windows color (decimal): -16165011 or 7165705. OLE color: 7165705.

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

Color convert

RGB 9 87 109 -
CMYK 0.92 0.20 0 0.57
HSL 193.2º 0.85% 0.23% -
HSV(B) 193.2º 0.92% 0.43% -
XYZ 6.28 7.98 15.68 -
YUV 66.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 9 87 109 0.92 0.20 0 0.57 193.2 0.85 0.23
Hex 9 57 6D 5C 14 0 39 C1 55 17
Octal 11 127 155 134 24 0 71 301 125 27
Binary 1001 1010111 1101101 1011100 10100 0 111001 11000001 1010101 10111

Color Harmonies of #09576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09576D

Black with #09576D

Text Example


Text Example

White with #09576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,87,109); }

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

background-color css

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

 a { background-color: rgb(9,87,109); }

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

border-color css

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

 span { border-color: rgb(9,87,109); }

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