Html Css Color HEX #09617D Blue Lagoon

📋 copy color: '#09617D'

red 9 ◦ green 97 ◦ blue 125

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

Shades of Blue Lagoon #09617D

Tints of Blue Lagoon #09617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 3.9%
G = 41.99%
B = 54.11%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09617D (or 0x09617D) is known color: Blue Lagoon. HEX triplet: 09, 61 and 7D. RGB value is (9,97,125). Sum of RGB (Red+Green+Blue) = 9+97+125=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #09617D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09617D is #F69E82. Grayscale: #494949. Windows color (decimal): -16162435 or 8216841. OLE color: 8216841.

HSL color Cylindrical-coordinate representation of color #09617D: hue angle of 194.48º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09617D is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 97 125 -
CMYK 0.93 0.22 0 0.51
HSL 194.48º 0.87% 0.26% -
HSV(B) 194.48º 0.93% 0.49% -
XYZ 8.09 10.09 20.92 -
YUV 73.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 9 97 125 0.93 0.22 0 0.51 194.48 0.87 0.26
Hex 9 61 7D 5D 16 0 33 C2 57 1A
Octal 11 141 175 135 26 0 63 302 127 32
Binary 1001 1100001 1111101 1011101 10110 0 110011 11000010 1010111 11010

Color Harmonies of #09617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09617D

Black with #09617D

Text Example


Text Example

White with #09617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,97,125); }

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

background-color css

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

 a { background-color: rgb(9,97,125); }

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

border-color css

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

 span { border-color: rgb(9,97,125); }

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