#1B745E

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

Shades of Deep Sea #1B745E

Tints of Deep Sea #1B745E

Color information

#1B745E (or 0x1B745E) is unknown color: approx Deep Sea. HEX triplet: 1B, 74 and 5E. RGB value is (27,116,94). Sum of RGB (Red+Green+Blue) = 27+116+94=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #1B745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B745E is #E48BA1. Grayscale: #565656. Windows color (decimal): -14977954 or 6190107. OLE color: 6190107.

HSL color Cylindrical-coordinate representation of color #1B745E: hue angle of 165.17º 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 #1B745E is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB2711694-
CMYK0.7700.190.55
HSL165.17º62.24%28.04%-
HSV(B)165.17º76.72%45.49%-
XYZ8.7213.5312.74-
YUV86.88132.0185.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=11.39%
G=48.95%
B=39.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27116940.7700.190.55165.1762.2428.04
Hex1B745E4D01337a53e1c
Octal33164136115023672457634
Binary110111110100101111010011010100111101111010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,116,94); }

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

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

 a { background-color: rgb(27,116,94); }

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

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

 span { border-color: rgb(27,116,94); }

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