#09647B

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

Shades of Blue Lagoon #09647B

Tints of Blue Lagoon #09647B

Color information

#09647B (or 0x09647B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 64 and 7B. RGB value is (9,100,123). Sum of RGB (Red+Green+Blue) = 9+100+123=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #09647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09647B is #F69B84. Grayscale: #4B4B4B. Windows color (decimal): -16161669 or 8086537. OLE color: 8086537.

HSL color Cylindrical-coordinate representation of color #09647B: hue angle of 192.11º 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 #09647B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9100123-
CMYK0.930.1900.52
HSL192.11º86.36%25.88%-
HSV(B)192.11º92.68%48.24%-
XYZ8.2410.620.35-
YUV75.41154.8580.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.88%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=3.88%
G=43.10%
B=53.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91001230.930.1900.52192.1186.3625.88
Hex9647B5D13034c0561a
Octal111441731352306430012632
Binary100111001001111011101110110011011010011000000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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