Html Css Color HEX #09546C Blue Lagoon

📋 copy color: '#09546C'

red 9 ◦ green 84 ◦ blue 108

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

Shades of Blue Lagoon #09546C

Tints of Blue Lagoon #09546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 4.48%
G = 41.79%
B = 53.73%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09546C (or 0x09546C) is known color: Blue Lagoon. HEX triplet: 09, 54 and 6C. RGB value is (9,84,108). Sum of RGB (Red+Green+Blue) = 9+84+108=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #09546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09546C is #F6AB93. Grayscale: #404040. Windows color (decimal): -16165780 or 7099401. OLE color: 7099401.

HSL color Cylindrical-coordinate representation of color #09546C: hue angle of 194.55º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09546C is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 84 108 -
CMYK 0.92 0.22 0 0.58
HSL 194.55º 0.85% 0.23% -
HSV(B) 194.55º 0.92% 0.42% -
XYZ 5.99 7.48 15.32 -
YUV 64.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 9 84 108 0.92 0.22 0 0.58 194.55 0.85 0.23
Hex 9 54 6C 5C 16 0 3A C3 55 17
Octal 11 124 154 134 26 0 72 303 125 27
Binary 1001 1010100 1101100 1011100 10110 0 111010 11000011 1010101 10111

Color Harmonies of #09546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09546C

Black with #09546C

Text Example


Text Example

White with #09546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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