Html Css Color HEX #1F433B Deep Teal

📋 copy color: '#1F433B'

red 31 ◦ green 67 ◦ blue 59

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

Shades of Deep Teal #1F433B

Tints of Deep Teal #1F433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.68%

 BLUE value IS 59 (23.44% from 255) = 37.58%

R = 19.75%
G = 42.68%
B = 37.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#1F433B (or 0x1F433B) is known color: Deep Teal. HEX triplet: 1F, 43 and 3B. RGB value is (31,67,59). Sum of RGB (Red+Green+Blue) = 31+67+59=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #1F433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F433B is #E0BCC4. Grayscale: #373737. Windows color (decimal): -14728389 or 3883807. OLE color: 3883807.

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

Color convert

RGB 31 67 59 -
CMYK 0.54 0 0.12 0.74
HSL 166.67º 0.37% 0.19% -
HSV(B) 166.67º 0.54% 0.26% -
XYZ 3.36 4.62 4.85 -
YUV 55.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 31 67 59 0.54 0 0.12 0.74 166.67 0.37 0.19
Hex 1F 43 3B 36 0 C 4A A7 25 13
Octal 37 103 73 66 0 14 112 247 45 23
Binary 11111 1000011 111011 110110 0 1100 1001010 10100111 100101 10011

Color Harmonies of #1F433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F433B

Black with #1F433B

Text Example


Text Example

White with #1F433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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