Html Css Color HEX #09526F Blue Lagoon

📋 copy color: '#09526F'

red 9 ◦ green 82 ◦ blue 111

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

Shades of Blue Lagoon #09526F

Tints of Blue Lagoon #09526F

RGB

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

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

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

R = 4.46%
G = 40.59%
B = 54.95%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09526F (or 0x09526F) is known color: Blue Lagoon. HEX triplet: 09, 52 and 6F. RGB value is (9,82,111). Sum of RGB (Red+Green+Blue) = 9+82+111=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #09526F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09526F is #F6AD90. Grayscale: #3F3F3F. Windows color (decimal): -16166289 or 7295497. OLE color: 7295497.

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

Color convert

RGB 9 82 111 -
CMYK 0.92 0.26 0 0.56
HSL 197.06º 0.85% 0.24% -
HSV(B) 197.06º 0.92% 0.44% -
XYZ 6 7.24 16.12 -
YUV 63.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 9 82 111 0.92 0.26 0 0.56 197.06 0.85 0.24
Hex 9 52 6F 5C 1A 0 38 C5 55 18
Octal 11 122 157 134 32 0 70 305 125 30
Binary 1001 1010010 1101111 1011100 11010 0 111000 11000101 1010101 11000

Color Harmonies of #09526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09526F

Black with #09526F

Text Example


Text Example

White with #09526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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