Html Css Color HEX #09526B Blue Lagoon

📋 copy color: '#09526B'

red 9 ◦ green 82 ◦ blue 107

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

Shades of Blue Lagoon #09526B

Tints of Blue Lagoon #09526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 4.55%
G = 41.41%
B = 54.04%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09526B (or 0x09526B) is known color: Blue Lagoon. HEX triplet: 09, 52 and 6B. RGB value is (9,82,107). Sum of RGB (Red+Green+Blue) = 9+82+107=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #09526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09526B is #F6AD94. Grayscale: #3E3E3E. Windows color (decimal): -16166293 or 7033353. OLE color: 7033353.

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

Color convert

RGB 9 82 107 -
CMYK 0.92 0.23 0 0.58
HSL 195.31º 0.84% 0.23% -
HSV(B) 195.31º 0.92% 0.42% -
XYZ 5.78 7.15 14.99 -
YUV 63.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 9 82 107 0.92 0.23 0 0.58 195.31 0.84 0.23
Hex 9 52 6B 5C 17 0 3A C3 54 17
Octal 11 122 153 134 27 0 72 303 124 27
Binary 1001 1010010 1101011 1011100 10111 0 111010 11000011 1010100 10111

Color Harmonies of #09526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09526B

Black with #09526B

Text Example


Text Example

White with #09526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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