Html Css Color HEX #09546F Blue Lagoon

📋 copy color: '#09546F'

red 9 ◦ green 84 ◦ blue 111

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

Shades of Blue Lagoon #09546F

Tints of Blue Lagoon #09546F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.18%

 BLUE value IS 111 (43.75% from 255) = 54.41%

R = 4.41%
G = 41.18%
B = 54.41%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09546F (or 0x09546F) is known color: Blue Lagoon. HEX triplet: 09, 54 and 6F. RGB value is (9,84,111). Sum of RGB (Red+Green+Blue) = 9+84+111=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #09546F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09546F is #F6AB90. Grayscale: #404040. Windows color (decimal): -16165777 or 7296009. OLE color: 7296009.

HSL color Cylindrical-coordinate representation of color #09546F: hue angle of 195.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09546F is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 84 111 -
CMYK 0.92 0.24 0 0.56
HSL 195.88º 0.85% 0.24% -
HSV(B) 195.88º 0.92% 0.44% -
XYZ 6.15 7.55 16.17 -
YUV 64.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 9 84 111 0.92 0.24 0 0.56 195.88 0.85 0.24
Hex 9 54 6F 5C 18 0 38 C4 55 18
Octal 11 124 157 134 30 0 70 304 125 30
Binary 1001 1010100 1101111 1011100 11000 0 111000 11000100 1010101 11000

Color Harmonies of #09546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09546F

Black with #09546F

Text Example


Text Example

White with #09546F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09546F; }

 p { color: rgb(9,84,111); }

 H1.HeaderClassName
 {
   color: #09546F;
 }
 .AnyTagClassName
 {
   color: #09546F;
 }
</style>

background-color css

<style>
 a { background-color: #09546F; }

 a { background-color: rgb(9,84,111); }

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

border-color css

<style>
 span { border-color: #09546F; }

 span { border-color: rgb(9,84,111); }

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