Html Css Color HEX #09536D Blue Lagoon

📋 copy color: '#09536D'

red 9 ◦ green 83 ◦ blue 109

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

Shades of Blue Lagoon #09536D

Tints of Blue Lagoon #09536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 4.48%
G = 41.29%
B = 54.23%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09536D (or 0x09536D) is known color: Blue Lagoon. HEX triplet: 09, 53 and 6D. RGB value is (9,83,109). Sum of RGB (Red+Green+Blue) = 9+83+109=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #09536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09536D is #F6AC92. Grayscale: #3F3F3F. Windows color (decimal): -16166035 or 7164681. OLE color: 7164681.

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

Color convert

RGB 9 83 109 -
CMYK 0.92 0.24 0 0.57
HSL 195.6º 0.85% 0.23% -
HSV(B) 195.6º 0.92% 0.43% -
XYZ 5.97 7.35 15.57 -
YUV 63.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 9 83 109 0.92 0.24 0 0.57 195.6 0.85 0.23
Hex 9 53 6D 5C 18 0 39 C4 55 17
Octal 11 123 155 134 30 0 71 304 125 27
Binary 1001 1010011 1101101 1011100 11000 0 111001 11000100 1010101 10111

Color Harmonies of #09536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09536D

Black with #09536D

Text Example


Text Example

White with #09536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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