#1B453D

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

Shades of Deep Teal #1B453D

Tints of Deep Teal #1B453D

Color information

#1B453D (or 0x1B453D) is unknown color: approx Deep Teal. HEX triplet: 1B, 45 and 3D. RGB value is (27,69,61). Sum of RGB (Red+Green+Blue) = 27+69+61=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #1B453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B453D is #E4BAC2. Grayscale: #373737. Windows color (decimal): -14990019 or 4015387. OLE color: 4015387.

HSL color Cylindrical-coordinate representation of color #1B453D: hue angle of 168.57º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B453D is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB276961-
CMYK0.6100.120.73
HSL168.57º43.75%18.82%-
HSV(B)168.57º60.87%27.06%-
XYZ3.424.835.17-
YUV55.53131.09107.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=17.20%
G=43.95%
B=38.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2769610.6100.120.73168.5743.7518.82
Hex1B453D3D0C49a92c13
Octal3310575750141112515423
Binary1101110001011111011111010110010010011010100110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,69,61); }

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

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

 a { background-color: rgb(27,69,61); }

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

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

 span { border-color: rgb(27,69,61); }

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