Html Css Color HEX #1F4440 Deep Teal

📋 copy color: '#1F4440'

red 31 ◦ green 68 ◦ blue 64

#1F4440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1F4440

Tints of Deep Teal #1F4440

RGB

 RED value IS 31 (12.5% from 255) = 19.02%

 GREEN value IS 68 (26.95% from 255) = 41.72%

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 19.02%
G = 41.72%
B = 39.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#1F4440 (or 0x1F4440) is known color: Deep Teal. HEX triplet: 1F, 44 and 40. RGB value is (31,68,64). Sum of RGB (Red+Green+Blue) = 31+68+64=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4440 is #E0BBBF. Grayscale: #383838. Windows color (decimal): -14728128 or 4211743. OLE color: 4211743.

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

Color convert

RGB 31 68 64 -
CMYK 0.54 0 0.06 0.73
HSL 173.51º 0.37% 0.19% -
HSV(B) 173.51º 0.54% 0.27% -
XYZ 3.56 4.8 5.59 -
YUV 56.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 31 68 64 0.54 0 0.06 0.73 173.51 0.37 0.19
Hex 1F 44 40 36 0 6 49 AE 25 13
Octal 37 104 100 66 0 6 111 256 45 23
Binary 11111 1000100 1000000 110110 0 110 1001001 10101110 100101 10011

Color Harmonies of #1F4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4440

Black with #1F4440

Text Example


Text Example

White with #1F4440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F4440;
 }
 .AnyTagClassName
 {
   color: #1F4440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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