Html Css Color HEX #09506C Blue Lagoon

📋 copy color: '#09506C'

red 9 ◦ green 80 ◦ blue 108

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

Shades of Blue Lagoon #09506C

Tints of Blue Lagoon #09506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

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

R = 4.57%
G = 40.61%
B = 54.82%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09506C (or 0x09506C) is known color: Blue Lagoon. HEX triplet: 09, 50 and 6C. RGB value is (9,80,108). Sum of RGB (Red+Green+Blue) = 9+80+108=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #09506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09506C is #F6AF93. Grayscale: #3D3D3D. Windows color (decimal): -16166804 or 7098377. OLE color: 7098377.

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

Color convert

RGB 9 80 108 -
CMYK 0.92 0.26 0 0.58
HSL 196.97º 0.85% 0.23% -
HSV(B) 196.97º 0.92% 0.42% -
XYZ 5.69 6.88 15.22 -
YUV 61.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 9 80 108 0.92 0.26 0 0.58 196.97 0.85 0.23
Hex 9 50 6C 5C 1A 0 3A C5 55 17
Octal 11 120 154 134 32 0 72 305 125 27
Binary 1001 1010000 1101100 1011100 11010 0 111010 11000101 1010101 10111

Color Harmonies of #09506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09506C

Black with #09506C

Text Example


Text Example

White with #09506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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