Html Css Color HEX #133A30 Deep Teal

📋 copy color: '#133A30'

red 19 ◦ green 58 ◦ blue 48

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

Shades of Deep Teal #133A30

Tints of Deep Teal #133A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 46.4%

 BLUE value IS 48 (19.14% from 255) = 38.4%

R = 15.2%
G = 46.4%
B = 38.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#133A30 (or 0x133A30) is known color: Deep Teal. HEX triplet: 13, 3A and 30. RGB value is (19,58,48). Sum of RGB (Red+Green+Blue) = 19+58+48=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #133A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A30 is #ECC5CF. Grayscale: #2D2D2D. Windows color (decimal): -15517136 or 3160595. OLE color: 3160595.

HSL color Cylindrical-coordinate representation of color #133A30: hue angle of 164.62º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A30 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 48 -
CMYK 0.67 0 0.17 0.77
HSL 164.62º 0.51% 0.15% -
HSV(B) 164.62º 0.67% 0.23% -
XYZ 2.32 3.38 3.33 -
YUV 45.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 19 58 48 0.67 0 0.17 0.77 164.62 0.51 0.15
Hex 13 3A 30 43 0 11 4D A5 33 F
Octal 23 72 60 103 0 21 115 245 63 17
Binary 10011 111010 110000 1000011 0 10001 1001101 10100101 110011 1111

Color Harmonies of #133A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A30

Black with #133A30

Text Example


Text Example

White with #133A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,48); }

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

background-color css

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

 a { background-color: rgb(19,58,48); }

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

border-color css

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

 span { border-color: rgb(19,58,48); }

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