Html Css Color HEX #19443B Deep Teal

📋 copy color: '#19443B'

red 25 ◦ green 68 ◦ blue 59

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

Shades of Deep Teal #19443B

Tints of Deep Teal #19443B

RGB

 RED value IS 25 (10.16% from 255) = 16.45%

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

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

R = 16.45%
G = 44.74%
B = 38.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#19443B (or 0x19443B) is known color: Deep Teal. HEX triplet: 19, 44 and 3B. RGB value is (25,68,59). Sum of RGB (Red+Green+Blue) = 25+68+59=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #19443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19443B is #E6BBC4. Grayscale: #363636. Windows color (decimal): -15121349 or 3884057. OLE color: 3884057.

HSL color Cylindrical-coordinate representation of color #19443B: hue angle of 167.44º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19443B is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 68 59 -
CMYK 0.63 0 0.13 0.73
HSL 167.44º 0.46% 0.18% -
HSV(B) 167.44º 0.63% 0.27% -
XYZ 3.26 4.66 4.86 -
YUV 54.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 25 68 59 0.63 0 0.13 0.73 167.44 0.46 0.18
Hex 19 44 3B 3F 0 D 49 A7 2E 12
Octal 31 104 73 77 0 15 111 247 56 22
Binary 11001 1000100 111011 111111 0 1101 1001001 10100111 101110 10010

Color Harmonies of #19443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19443B

Black with #19443B

Text Example


Text Example

White with #19443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19443B; }

 p { color: rgb(25,68,59); }

 H1.HeaderClassName
 {
   color: #19443B;
 }
 .AnyTagClassName
 {
   color: #19443B;
 }
</style>

background-color css

<style>
 a { background-color: #19443B; }

 a { background-color: rgb(25,68,59); }

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

border-color css

<style>
 span { border-color: #19443B; }

 span { border-color: rgb(25,68,59); }

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