Html Css Color HEX #09516D Blue Lagoon

📋 copy color: '#09516D'

red 9 ◦ green 81 ◦ blue 109

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

Shades of Blue Lagoon #09516D

Tints of Blue Lagoon #09516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

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

R = 4.52%
G = 40.7%
B = 54.77%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09516D (or 0x09516D) is known color: Blue Lagoon. HEX triplet: 09, 51 and 6D. RGB value is (9,81,109). Sum of RGB (Red+Green+Blue) = 9+81+109=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #09516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09516D is #F6AE92. Grayscale: #3E3E3E. Windows color (decimal): -16166547 or 7164169. OLE color: 7164169.

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

Color convert

RGB 9 81 109 -
CMYK 0.92 0.26 0 0.57
HSL 196.8º 0.85% 0.23% -
HSV(B) 196.8º 0.92% 0.43% -
XYZ 5.82 7.05 15.52 -
YUV 62.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 9 81 109 0.92 0.26 0 0.57 196.8 0.85 0.23
Hex 9 51 6D 5C 1A 0 39 C5 55 17
Octal 11 121 155 134 32 0 71 305 125 27
Binary 1001 1010001 1101101 1011100 11010 0 111001 11000101 1010101 10111

Color Harmonies of #09516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09516D

Black with #09516D

Text Example


Text Example

White with #09516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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