#1B705D

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

Shades of Deep Sea #1B705D

Tints of Deep Sea #1B705D

Color information

#1B705D (or 0x1B705D) is unknown color: approx Deep Sea. HEX triplet: 1B, 70 and 5D. RGB value is (27,112,93). Sum of RGB (Red+Green+Blue) = 27+112+93=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #1B705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B705D is #E48FA2. Grayscale: #545454. Windows color (decimal): -14978979 or 6123547. OLE color: 6123547.

HSL color Cylindrical-coordinate representation of color #1B705D: hue angle of 166.59º 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 #1B705D is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB2711293-
CMYK0.7600.170.56
HSL166.59º61.15%27.25%-
HSV(B)166.59º75.89%43.92%-
XYZ8.2212.6112.36-
YUV84.42132.8487.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=11.64%
G=48.28%
B=40.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27112930.7600.170.56166.5961.1527.25
Hex1B705D4C01138a73d1b
Octal33160135114021702477533
Binary110111110000101110110011000100011110001010011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,93); }

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

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

 a { background-color: rgb(27,112,93); }

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

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

 span { border-color: rgb(27,112,93); }

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