#1B7363

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

Shades of Deep Sea #1B7363

Tints of Deep Sea #1B7363

Color information

#1B7363 (or 0x1B7363) is unknown color: approx Deep Sea. HEX triplet: 1B, 73 and 63. RGB value is (27,115,99). Sum of RGB (Red+Green+Blue) = 27+115+99=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #1B7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7363 is #E48C9C. Grayscale: #565656. Windows color (decimal): -14978205 or 6517531. OLE color: 6517531.

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

Color convert

RGB2711599-
CMYK0.7700.140.55
HSL169.09º61.97%27.84%-
HSV(B)169.09º76.52%45.1%-
XYZ8.8313.413.92-
YUV86.86134.8585.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.20%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=11.20%
G=47.72%
B=41.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27115990.7700.140.55169.0961.9727.84
Hex1B73634D0E37a93e1c
Octal33163143115016672517634
Binary11011111001111000111001101011101101111010100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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