#1B736B

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

Shades of Deep Sea #1B736B

Tints of Deep Sea #1B736B

Color information

#1B736B (or 0x1B736B) is unknown color: approx Deep Sea. HEX triplet: 1B, 73 and 6B. RGB value is (27,115,107). Sum of RGB (Red+Green+Blue) = 27+115+107=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #1B736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B736B is #E48C94. Grayscale: #575757. Windows color (decimal): -14978197 or 7041819. OLE color: 7041819.

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

Color convert

RGB27115107-
CMYK0.7700.070.55
HSL174.55º61.97%27.84%-
HSV(B)174.55º76.52%45.1%-
XYZ9.2413.5616.04-
YUV87.78138.8584.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.84%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=10.84%
G=46.18%
B=42.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271151070.7700.070.55174.5561.9727.84
Hex1B736B4D0737af3e1c
Octal3316315311507672577634
Binary1101111100111101011100110101111101111010111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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