#1F403B

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

Shades of Deep Teal #1F403B

Tints of Deep Teal #1F403B

Color information

#1F403B (or 0x1F403B) is unknown color: approx Deep Teal. HEX triplet: 1F, 40 and 3B. RGB value is (31,64,59). Sum of RGB (Red+Green+Blue) = 31+64+59=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #1F403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F403B is #E0BFC4. Grayscale: #353535. Windows color (decimal): -14729157 or 3883039. OLE color: 3883039.

HSL color Cylindrical-coordinate representation of color #1F403B: hue angle of 170.91º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F403B is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB316459-
CMYK0.5200.080.75
HSL170.91º34.74%18.63%-
HSV(B)170.91º51.56%25.1%-
XYZ3.194.274.79-
YUV53.56131.07111.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.13%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 59 (23.44% from 255) = 38.31%
R=20.13%
G=41.56%
B=38.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164590.5200.080.75170.9134.7418.63
Hex1F403B34084Bab2313
Octal3710073640101132534323
Binary1111110000001110111101000100010010111010101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,59); }

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

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

 a { background-color: rgb(31,64,59); }

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

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

 span { border-color: rgb(31,64,59); }

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