Html Css Color HEX #09617C Blue Lagoon

📋 copy color: '#09617C'

red 9 ◦ green 97 ◦ blue 124

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

Shades of Blue Lagoon #09617C

Tints of Blue Lagoon #09617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.91%

R = 3.91%
G = 42.17%
B = 53.91%

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

#09617C (or 0x09617C) is known color: Blue Lagoon. HEX triplet: 09, 61 and 7C. RGB value is (9,97,124). Sum of RGB (Red+Green+Blue) = 9+97+124=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #09617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09617C is #F69E83. Grayscale: #494949. Windows color (decimal): -16162436 or 8151305. OLE color: 8151305.

HSL color Cylindrical-coordinate representation of color #09617C: hue angle of 194.09º degrees, saturation: 0.86, 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 #09617C is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 97 124 -
CMYK 0.93 0.22 0 0.51
HSL 194.09º 0.86% 0.26% -
HSV(B) 194.09º 0.93% 0.49% -
XYZ 8.03 10.06 20.59 -
YUV 73.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 9 97 124 0.93 0.22 0 0.51 194.09 0.86 0.26
Hex 9 61 7C 5D 16 0 33 C2 56 1A
Octal 11 141 174 135 26 0 63 302 126 32
Binary 1001 1100001 1111100 1011101 10110 0 110011 11000010 1010110 11010

Color Harmonies of #09617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09617C

Black with #09617C

Text Example


Text Example

White with #09617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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