#1B7466

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

Shades of Deep Sea #1B7466

Tints of Deep Sea #1B7466

Color information

#1B7466 (or 0x1B7466) is unknown color: approx Deep Sea. HEX triplet: 1B, 74 and 66. RGB value is (27,116,102). Sum of RGB (Red+Green+Blue) = 27+116+102=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #1B7466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7466 is #E48B99. Grayscale: #575757. Windows color (decimal): -14977946 or 6714395. OLE color: 6714395.

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

Color convert

RGB27116102-
CMYK0.7700.120.55
HSL170.56º62.24%28.04%-
HSV(B)170.56º76.72%45.49%-
XYZ9.113.6814.73-
YUV87.79136.0184.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.02%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=11.02%
G=47.35%
B=41.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271161020.7700.120.55170.5662.2428.04
Hex1B74664D0C37ab3e1c
Octal33164146115014672537634
Binary11011111010011001101001101011001101111010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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