Html Css Color HEX #133C32 Deep Teal

📋 copy color: '#133C32'

red 19 ◦ green 60 ◦ blue 50

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

Shades of Deep Teal #133C32

Tints of Deep Teal #133C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.51%

 BLUE value IS 50 (19.92% from 255) = 38.76%

R = 14.73%
G = 46.51%
B = 38.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#133C32 (or 0x133C32) is known color: Deep Teal. HEX triplet: 13, 3C and 32. RGB value is (19,60,50). Sum of RGB (Red+Green+Blue) = 19+60+50=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #133C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C32 is #ECC3CD. Grayscale: #2E2E2E. Windows color (decimal): -15516622 or 3292179. OLE color: 3292179.

HSL color Cylindrical-coordinate representation of color #133C32: hue angle of 165.37º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133C32 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 60 50 -
CMYK 0.68 0 0.17 0.76
HSL 165.37º 0.52% 0.15% -
HSV(B) 165.37º 0.68% 0.24% -
XYZ 2.46 3.6 3.58 -
YUV 46.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 19 60 50 0.68 0 0.17 0.76 165.37 0.52 0.15
Hex 13 3C 32 44 0 11 4C A5 34 F
Octal 23 74 62 104 0 21 114 245 64 17
Binary 10011 111100 110010 1000100 0 10001 1001100 10100101 110100 1111

Color Harmonies of #133C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C32

Black with #133C32

Text Example


Text Example

White with #133C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,60,50); }

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

background-color css

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

 a { background-color: rgb(19,60,50); }

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

border-color css

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

 span { border-color: rgb(19,60,50); }

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