#1B7369

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

Shades of Deep Sea #1B7369

Tints of Deep Sea #1B7369

Color information

#1B7369 (or 0x1B7369) is unknown color: approx Deep Sea. HEX triplet: 1B, 73 and 69. RGB value is (27,115,105). Sum of RGB (Red+Green+Blue) = 27+115+105=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #1B7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7369 is #E48C96. Grayscale: #575757. Windows color (decimal): -14978199 or 6910747. OLE color: 6910747.

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

Color convert

RGB27115105-
CMYK0.7700.090.55
HSL173.18º61.97%27.84%-
HSV(B)173.18º76.52%45.1%-
XYZ9.1313.5115.49-
YUV87.55137.8584.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=10.93%
G=46.56%
B=42.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271151050.7700.090.55173.1861.9727.84
Hex1B73694D0937ad3e1c
Octal33163151115011672557634
Binary11011111001111010011001101010011101111010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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