Html Css Color HEX #134038 Deep Teal

📋 copy color: '#134038'

red 19 ◦ green 64 ◦ blue 56

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

Shades of Deep Teal #134038

Tints of Deep Teal #134038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 13.67%
G = 46.04%
B = 40.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#134038 (or 0x134038) is known color: Deep Teal. HEX triplet: 13, 40 and 38. RGB value is (19,64,56). Sum of RGB (Red+Green+Blue) = 19+64+56=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #134038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134038 is #ECBFC7. Grayscale: #313131. Windows color (decimal): -15515592 or 3686419. OLE color: 3686419.

HSL color Cylindrical-coordinate representation of color #134038: hue angle of 169.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134038 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 56 -
CMYK 0.70 0 0.13 0.75
HSL 169.33º 0.54% 0.16% -
HSV(B) 169.33º 0.7% 0.25% -
XYZ 2.82 4.09 4.38 -
YUV 49.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 19 64 56 0.70 0 0.13 0.75 169.33 0.54 0.16
Hex 13 40 38 46 0 D 4B A9 36 10
Octal 23 100 70 106 0 15 113 251 66 20
Binary 10011 1000000 111000 1000110 0 1101 1001011 10101001 110110 10000

Color Harmonies of #134038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134038

Black with #134038

Text Example


Text Example

White with #134038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134038; }

 p { color: rgb(19,64,56); }

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

background-color css

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

 a { background-color: rgb(19,64,56); }

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

border-color css

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

 span { border-color: rgb(19,64,56); }

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