Html Css Color HEX #09526D Blue Lagoon

📋 copy color: '#09526D'

red 9 ◦ green 82 ◦ blue 109

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

Shades of Blue Lagoon #09526D

Tints of Blue Lagoon #09526D

RGB

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

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

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

R = 4.5%
G = 41%
B = 54.5%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09526D (or 0x09526D) is known color: Blue Lagoon. HEX triplet: 09, 52 and 6D. RGB value is (9,82,109). Sum of RGB (Red+Green+Blue) = 9+82+109=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #09526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09526D is #F6AD92. Grayscale: #3F3F3F. Windows color (decimal): -16166291 or 7164425. OLE color: 7164425.

HSL color Cylindrical-coordinate representation of color #09526D: hue angle of 196.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 #09526D is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 82 109 -
CMYK 0.92 0.25 0 0.57
HSL 196.2º 0.85% 0.23% -
HSV(B) 196.2º 0.92% 0.43% -
XYZ 5.89 7.2 15.55 -
YUV 63.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 9 82 109 0.92 0.25 0 0.57 196.2 0.85 0.23
Hex 9 52 6D 5C 19 0 39 C4 55 17
Octal 11 122 155 134 31 0 71 304 125 27
Binary 1001 1010010 1101101 1011100 11001 0 111001 11000100 1010101 10111

Color Harmonies of #09526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09526D

Black with #09526D

Text Example


Text Example

White with #09526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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