Html Css Color HEX #09536B Blue Lagoon

📋 copy color: '#09536B'

red 9 ◦ green 83 ◦ blue 107

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

Shades of Blue Lagoon #09536B

Tints of Blue Lagoon #09536B

RGB

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

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

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

R = 4.52%
G = 41.71%
B = 53.77%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09536B (or 0x09536B) is known color: Blue Lagoon. HEX triplet: 09, 53 and 6B. RGB value is (9,83,107). Sum of RGB (Red+Green+Blue) = 9+83+107=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #09536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09536B is #F6AC94. Grayscale: #3F3F3F. Windows color (decimal): -16166037 or 7033609. OLE color: 7033609.

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

Color convert

RGB 9 83 107 -
CMYK 0.92 0.22 0 0.58
HSL 194.69º 0.84% 0.23% -
HSV(B) 194.69º 0.92% 0.42% -
XYZ 5.86 7.31 15.01 -
YUV 63.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 9 83 107 0.92 0.22 0 0.58 194.69 0.84 0.23
Hex 9 53 6B 5C 16 0 3A C3 54 17
Octal 11 123 153 134 26 0 72 303 124 27
Binary 1001 1010011 1101011 1011100 10110 0 111010 11000011 1010100 10111

Color Harmonies of #09536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09536B

Black with #09536B

Text Example


Text Example

White with #09536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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