Html Css Color HEX #133C39 Deep Teal

📋 copy color: '#133C39'

red 19 ◦ green 60 ◦ blue 57

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

Shades of Deep Teal #133C39

Tints of Deep Teal #133C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 41.91%

R = 13.97%
G = 44.12%
B = 41.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#133C39 (or 0x133C39) is known color: Deep Teal. HEX triplet: 13, 3C and 39. RGB value is (19,60,57). Sum of RGB (Red+Green+Blue) = 19+60+57=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #133C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C39 is #ECC3C6. Grayscale: #2F2F2F. Windows color (decimal): -15516615 or 3750931. OLE color: 3750931.

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

Color convert

RGB 19 60 57 -
CMYK 0.68 0 0.05 0.76
HSL 175.61º 0.52% 0.15% -
HSV(B) 175.61º 0.68% 0.24% -
XYZ 2.62 3.67 4.44 -
YUV 47.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 19 60 57 0.68 0 0.05 0.76 175.61 0.52 0.15
Hex 13 3C 39 44 0 5 4C B0 34 F
Octal 23 74 71 104 0 5 114 260 64 17
Binary 10011 111100 111001 1000100 0 101 1001100 10110000 110100 1111

Color Harmonies of #133C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C39

Black with #133C39

Text Example


Text Example

White with #133C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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