Html Css Color HEX #013E33 Deep Teal

📋 copy color: '#013E33'

red 1 ◦ green 62 ◦ blue 51

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

Shades of Deep Teal #013E33

Tints of Deep Teal #013E33

RGB

 RED value IS 1 (0.78% from 255) = 0.88%

 GREEN value IS 62 (24.61% from 255) = 54.39%

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

R = 0.88%
G = 54.39%
B = 44.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#013E33 (or 0x013E33) is known color: Deep Teal. HEX triplet: 01, 3E and 33. RGB value is (1,62,51). Sum of RGB (Red+Green+Blue) = 1+62+51=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #013E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E33 is #FEC1CC. Grayscale: #2A2A2A. Windows color (decimal): -16695757 or 3358209. OLE color: 3358209.

HSL color Cylindrical-coordinate representation of color #013E33: hue angle of 169.18º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E33 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 51 -
CMYK 0.98 0 0.18 0.76
HSL 169.18º 0.97% 0.12% -
HSV(B) 169.18º 0.98% 0.24% -
XYZ 2.33 3.69 3.72 -
YUV 42.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 1 62 51 0.98 0 0.18 0.76 169.18 0.97 0.12
Hex 1 3E 33 62 0 12 4C A9 61 C
Octal 1 76 63 142 0 22 114 251 141 14
Binary 1 111110 110011 1100010 0 10010 1001100 10101001 1100001 1100

Color Harmonies of #013E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E33

Black with #013E33

Text Example


Text Example

White with #013E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E33; }

 p { color: rgb(1,62,51); }

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

background-color css

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

 a { background-color: rgb(1,62,51); }

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

border-color css

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

 span { border-color: rgb(1,62,51); }

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