Html Css Color HEX #13463B Deep Teal

📋 copy color: '#13463B'

red 19 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #13463B

Tints of Deep Teal #13463B

RGB

 RED value IS 19 (7.81% from 255) = 12.84%

 GREEN value IS 70 (27.73% from 255) = 47.3%

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

R = 12.84%
G = 47.3%
B = 39.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#13463B (or 0x13463B) is known color: Deep Teal. HEX triplet: 13, 46 and 3B. RGB value is (19,70,59). Sum of RGB (Red+Green+Blue) = 19+70+59=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #13463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13463B is #ECB9C4. Grayscale: #353535. Windows color (decimal): -15514053 or 3884563. OLE color: 3884563.

HSL color Cylindrical-coordinate representation of color #13463B: hue angle of 167.06º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13463B is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 59 -
CMYK 0.73 0 0.16 0.73
HSL 167.06º 0.57% 0.17% -
HSV(B) 167.06º 0.73% 0.27% -
XYZ 3.25 4.83 4.9 -
YUV 53.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 19 70 59 0.73 0 0.16 0.73 167.06 0.57 0.17
Hex 13 46 3B 49 0 10 49 A7 39 11
Octal 23 106 73 111 0 20 111 247 71 21
Binary 10011 1000110 111011 1001001 0 10000 1001001 10100111 111001 10001

Color Harmonies of #13463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13463B

Black with #13463B

Text Example


Text Example

White with #13463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,70,59); }

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

background-color css

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

 a { background-color: rgb(19,70,59); }

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

border-color css

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

 span { border-color: rgb(19,70,59); }

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