Html Css Color HEX #133F35 Deep Teal

📋 copy color: '#133F35'

red 19 ◦ green 63 ◦ blue 53

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

Shades of Deep Teal #133F35

Tints of Deep Teal #133F35

RGB

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

 GREEN value IS 63 (25% from 255) = 46.67%

 BLUE value IS 53 (21.09% from 255) = 39.26%

R = 14.07%
G = 46.67%
B = 39.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#133F35 (or 0x133F35) is known color: Deep Teal. HEX triplet: 13, 3F and 35. RGB value is (19,63,53). Sum of RGB (Red+Green+Blue) = 19+63+53=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #133F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F35 is #ECC0CA. Grayscale: #303030. Windows color (decimal): -15515851 or 3489555. OLE color: 3489555.

HSL color Cylindrical-coordinate representation of color #133F35: hue angle of 166.36º 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 #133F35 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 53 -
CMYK 0.70 0 0.16 0.75
HSL 166.36º 0.54% 0.16% -
HSV(B) 166.36º 0.7% 0.25% -
XYZ 2.69 3.95 3.99 -
YUV 48.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 19 63 53 0.70 0 0.16 0.75 166.36 0.54 0.16
Hex 13 3F 35 46 0 10 4B A6 36 10
Octal 23 77 65 106 0 20 113 246 66 20
Binary 10011 111111 110101 1000110 0 10000 1001011 10100110 110110 10000

Color Harmonies of #133F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F35

Black with #133F35

Text Example


Text Example

White with #133F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133F35; }

 p { color: rgb(19,63,53); }

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

background-color css

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

 a { background-color: rgb(19,63,53); }

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

border-color css

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

 span { border-color: rgb(19,63,53); }

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