Html Css Color HEX #133C38 Deep Teal

📋 copy color: '#133C38'

red 19 ◦ green 60 ◦ blue 56

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

Shades of Deep Teal #133C38

Tints of Deep Teal #133C38

RGB

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

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

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

R = 14.07%
G = 44.44%
B = 41.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#133C38 (or 0x133C38) is known color: Deep Teal. HEX triplet: 13, 3C and 38. RGB value is (19,60,56). Sum of RGB (Red+Green+Blue) = 19+60+56=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #133C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C38 is #ECC3C7. Grayscale: #2F2F2F. Windows color (decimal): -15516616 or 3685395. OLE color: 3685395.

HSL color Cylindrical-coordinate representation of color #133C38: hue angle of 174.15º 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 #133C38 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 60 56 -
CMYK 0.68 0 0.07 0.76
HSL 174.15º 0.52% 0.15% -
HSV(B) 174.15º 0.68% 0.24% -
XYZ 2.6 3.66 4.31 -
YUV 47.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 19 60 56 0.68 0 0.07 0.76 174.15 0.52 0.15
Hex 13 3C 38 44 0 7 4C AE 34 F
Octal 23 74 70 104 0 7 114 256 64 17
Binary 10011 111100 111000 1000100 0 111 1001100 10101110 110100 1111

Color Harmonies of #133C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C38

Black with #133C38

Text Example


Text Example

White with #133C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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