#19746B

Color #19746B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #19746B

Tints of Deep Sea #19746B

Color information

#19746B (or 0x19746B) is unknown color: approx Deep Sea. HEX triplet: 19, 74 and 6B. RGB value is (25,116,107). Sum of RGB (Red+Green+Blue) = 25+116+107=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #19746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19746B is #E68B94. Grayscale: #575757. Windows color (decimal): -15109013 or 7042073. OLE color: 7042073.

HSL color Cylindrical-coordinate representation of color #19746B: hue angle of 174.07º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19746B is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB25116107-
CMYK0.7800.080.55
HSL174.07º64.54%27.65%-
HSV(B)174.07º78.45%45.49%-
XYZ9.313.7616.08-
YUV87.76138.8583.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=10.08%
G=46.77%
B=43.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251161070.7800.080.55174.0764.5427.65
Hex19746B4E0837ae411c
Octal311641531160106725610134
Binary110011110100110101110011100100011011110101110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,116,107); }

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

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

 a { background-color: rgb(25,116,107); }

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

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

 span { border-color: rgb(25,116,107); }

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