#1B715A

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

Shades of Deep Sea #1B715A

Tints of Deep Sea #1B715A

Color information

#1B715A (or 0x1B715A) is unknown color: approx Deep Sea. HEX triplet: 1B, 71 and 5A. RGB value is (27,113,90). Sum of RGB (Red+Green+Blue) = 27+113+90=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #1B715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B715A is #E48EA5. Grayscale: #545454. Windows color (decimal): -14978726 or 5927195. OLE color: 5927195.

HSL color Cylindrical-coordinate representation of color #1B715A: hue angle of 163.95º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B715A is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB2711390-
CMYK0.7600.200.56
HSL163.95º61.43%27.45%-
HSV(B)163.95º76.11%44.31%-
XYZ8.212.7811.71-
YUV84.66131.0186.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.74%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=11.74%
G=49.13%
B=39.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27113900.7600.200.56163.9561.4327.45
Hex1B715A4C01438a43d1b
Octal33161132114024702447533
Binary110111110001101101010011000101001110001010010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B715A; }

 p { color: rgb(27,113,90); }

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

<style>
 a { background-color: #1B715A; }

 a { background-color: rgb(27,113,90); }

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

<style>
 span { border-color: #1B715A; }

 span { border-color: rgb(27,113,90); }

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