Html Css Color HEX #09536C Blue Lagoon

📋 copy color: '#09536C'

red 9 ◦ green 83 ◦ blue 108

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

Shades of Blue Lagoon #09536C

Tints of Blue Lagoon #09536C

RGB

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

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

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

R = 4.5%
G = 41.5%
B = 54%

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

#09536C (or 0x09536C) is known color: Blue Lagoon. HEX triplet: 09, 53 and 6C. RGB value is (9,83,108). Sum of RGB (Red+Green+Blue) = 9+83+108=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #09536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09536C is #F6AC93. Grayscale: #3F3F3F. Windows color (decimal): -16166036 or 7099145. OLE color: 7099145.

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

Color convert

RGB 9 83 108 -
CMYK 0.92 0.23 0 0.58
HSL 195.15º 0.85% 0.23% -
HSV(B) 195.15º 0.92% 0.42% -
XYZ 5.91 7.33 15.29 -
YUV 63.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 9 83 108 0.92 0.23 0 0.58 195.15 0.85 0.23
Hex 9 53 6C 5C 17 0 3A C3 55 17
Octal 11 123 154 134 27 0 72 303 125 27
Binary 1001 1010011 1101100 1011100 10111 0 111010 11000011 1010101 10111

Color Harmonies of #09536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09536C

Black with #09536C

Text Example


Text Example

White with #09536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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