Html Css Color HEX #133833 Deep Teal

📋 copy color: '#133833'

red 19 ◦ green 56 ◦ blue 51

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

Shades of Deep Teal #133833

Tints of Deep Teal #133833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 15.08%
G = 44.44%
B = 40.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#133833 (or 0x133833) is known color: Deep Teal. HEX triplet: 13, 38 and 33. RGB value is (19,56,51). Sum of RGB (Red+Green+Blue) = 19+56+51=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #133833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133833 is #ECC7CC. Grayscale: #2C2C2C. Windows color (decimal): -15517645 or 3356691. OLE color: 3356691.

HSL color Cylindrical-coordinate representation of color #133833: hue angle of 171.89º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133833 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 51 -
CMYK 0.66 0 0.09 0.78
HSL 171.89º 0.49% 0.15% -
HSV(B) 171.89º 0.66% 0.22% -
XYZ 2.28 3.21 3.63 -
YUV 44.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 19 56 51 0.66 0 0.09 0.78 171.89 0.49 0.15
Hex 13 38 33 42 0 9 4E AC 31 F
Octal 23 70 63 102 0 11 116 254 61 17
Binary 10011 111000 110011 1000010 0 1001 1001110 10101100 110001 1111

Color Harmonies of #133833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133833

Black with #133833

Text Example


Text Example

White with #133833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133833; }

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

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

background-color css

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

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

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

border-color css

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

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

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