Html Css Color HEX #09526C Blue Lagoon

📋 copy color: '#09526C'

red 9 ◦ green 82 ◦ blue 108

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

Shades of Blue Lagoon #09526C

Tints of Blue Lagoon #09526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

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

R = 4.52%
G = 41.21%
B = 54.27%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09526C (or 0x09526C) is known color: Blue Lagoon. HEX triplet: 09, 52 and 6C. RGB value is (9,82,108). Sum of RGB (Red+Green+Blue) = 9+82+108=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #09526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09526C is #F6AD93. Grayscale: #3E3E3E. Windows color (decimal): -16166292 or 7098889. OLE color: 7098889.

HSL color Cylindrical-coordinate representation of color #09526C: hue angle of 195.76º 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 #09526C is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 82 108 -
CMYK 0.92 0.24 0 0.58
HSL 195.76º 0.85% 0.23% -
HSV(B) 195.76º 0.92% 0.42% -
XYZ 5.84 7.18 15.26 -
YUV 63.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 9 82 108 0.92 0.24 0 0.58 195.76 0.85 0.23
Hex 9 52 6C 5C 18 0 3A C4 55 17
Octal 11 122 154 134 30 0 72 304 125 27
Binary 1001 1010010 1101100 1011100 11000 0 111010 11000100 1010101 10111

Color Harmonies of #09526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09526C

Black with #09526C

Text Example


Text Example

White with #09526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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