#1B413D

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

Shades of Deep Teal #1B413D

Tints of Deep Teal #1B413D

Color information

#1B413D (or 0x1B413D) is unknown color: approx Deep Teal. HEX triplet: 1B, 41 and 3D. RGB value is (27,65,61). Sum of RGB (Red+Green+Blue) = 27+65+61=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #1B413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B413D is #E4BEC2. Grayscale: #353535. Windows color (decimal): -14991043 or 4014363. OLE color: 4014363.

HSL color Cylindrical-coordinate representation of color #1B413D: hue angle of 173.68º 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 #1B413D is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB276561-
CMYK0.5800.060.75
HSL173.68º41.3%18.04%-
HSV(B)173.68º58.46%25.49%-
XYZ3.184.355.09-
YUV53.18132.41109.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.65%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=17.65%
G=42.48%
B=39.87%

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
Decimal2765610.5800.060.75173.6841.318.04
Hex1B413D3A064Bae2912
Octal331017572061132565122
Binary110111000001111101111010011010010111010111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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