#09647D

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

Shades of Blue Lagoon #09647D

Tints of Blue Lagoon #09647D

Color information

#09647D (or 0x09647D) is unknown color: approx Blue Lagoon. HEX triplet: 09, 64 and 7D. RGB value is (9,100,125). Sum of RGB (Red+Green+Blue) = 9+100+125=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #09647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09647D is #F69B82. Grayscale: #4B4B4B. Windows color (decimal): -16161667 or 8217609. OLE color: 8217609.

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

Color convert

RGB9100125-
CMYK0.930.200.51
HSL192.93º86.57%26.27%-
HSV(B)192.93º92.8%49.02%-
XYZ8.3710.6521.02-
YUV75.64155.8580.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 125 (49.22% from 255) = 53.42%
R=3.85%
G=42.74%
B=53.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91001250.930.200.51192.9386.5726.27
Hex9647D5D14033c1571a
Octal111441751352406330112732
Binary100111001001111101101110110100011001111000001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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