#1B735C

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

Shades of Deep Sea #1B735C

Tints of Deep Sea #1B735C

Color information

#1B735C (or 0x1B735C) is unknown color: approx Deep Sea. HEX triplet: 1B, 73 and 5C. RGB value is (27,115,92). Sum of RGB (Red+Green+Blue) = 27+115+92=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #1B735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B735C is #E48CA3. Grayscale: #565656. Windows color (decimal): -14978212 or 6058779. OLE color: 6058779.

HSL color Cylindrical-coordinate representation of color #1B735C: hue angle of 164.32º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B735C is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB2711592-
CMYK0.7700.200.55
HSL164.32º61.97%27.84%-
HSV(B)164.32º76.52%45.1%-
XYZ8.5113.2712.24-
YUV86.07131.3585.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=11.54%
G=49.15%
B=39.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27115920.7700.200.55164.3261.9727.84
Hex1B735C4D01437a43e1c
Octal33163134115024672447634
Binary110111110011101110010011010101001101111010010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,115,92); }

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

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

 a { background-color: rgb(27,115,92); }

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

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

 span { border-color: rgb(27,115,92); }

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