#1B403C

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

Shades of Deep Teal #1B403C

Tints of Deep Teal #1B403C

Color information

#1B403C (or 0x1B403C) is unknown color: approx Deep Teal. HEX triplet: 1B, 40 and 3C. RGB value is (27,64,60). Sum of RGB (Red+Green+Blue) = 27+64+60=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #1B403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B403C is #E4BFC3. Grayscale: #343434. Windows color (decimal): -14991300 or 3948571. OLE color: 3948571.

HSL color Cylindrical-coordinate representation of color #1B403C: hue angle of 173.51º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B403C is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB276460-
CMYK0.5800.060.75
HSL173.51º40.66%17.84%-
HSV(B)173.51º57.81%25.1%-
XYZ3.14.234.93-
YUV52.48132.24109.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.88%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=17.88%
G=42.38%
B=39.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764600.5800.060.75173.5140.6617.84
Hex1B403C3A064Bae2912
Octal331007472061132565122
Binary110111000000111100111010011010010111010111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,60); }

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

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

 a { background-color: rgb(27,64,60); }

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

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

 span { border-color: rgb(27,64,60); }

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