#09617B

Color #09617B Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #09617B

Tints of Blue Lagoon #09617B

Color information

#09617B (or 0x09617B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 61 and 7B. RGB value is (9,97,123). Sum of RGB (Red+Green+Blue) = 9+97+123=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #09617B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09617B is #F69E84. Grayscale: #494949. Windows color (decimal): -16162437 or 8085769. OLE color: 8085769.

HSL color Cylindrical-coordinate representation of color #09617B: hue angle of 193.68º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09617B is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB997123-
CMYK0.930.2100.52
HSL193.68º86.36%25.88%-
HSV(B)193.68º92.68%48.24%-
XYZ7.9610.0420.26-
YUV73.65155.8581.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=3.93%
G=42.36%
B=53.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9971230.930.2100.52193.6886.3625.88
Hex9617B5D15034c2561a
Octal111411731352506430212632
Binary100111000011111011101110110101011010011000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09617B;
 }
 .AnyTagClassName
 {
   color: #09617B;
 }
</style>
background-color css

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

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

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

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

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

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