Html Css Color HEX #014035 Deep Teal

📋 copy color: '#014035'

red 1 ◦ green 64 ◦ blue 53

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

Shades of Deep Teal #014035

Tints of Deep Teal #014035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

 BLUE value IS 53 (21.09% from 255) = 44.92%

R = 0.85%
G = 54.24%
B = 44.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#014035 (or 0x014035) is known color: Deep Teal. HEX triplet: 01, 40 and 35. RGB value is (1,64,53). Sum of RGB (Red+Green+Blue) = 1+64+53=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #014035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014035 is #FEBFCA. Grayscale: #2B2B2B. Windows color (decimal): -16695243 or 3489793. OLE color: 3489793.

HSL color Cylindrical-coordinate representation of color #014035: hue angle of 169.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014035 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 53 -
CMYK 0.98 0 0.17 0.75
HSL 169.52º 0.97% 0.13% -
HSV(B) 169.52º 0.98% 0.25% -
XYZ 2.49 3.93 4 -
YUV 43.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 1 64 53 0.98 0 0.17 0.75 169.52 0.97 0.13
Hex 1 40 35 62 0 11 4B AA 61 D
Octal 1 100 65 142 0 21 113 252 141 15
Binary 1 1000000 110101 1100010 0 10001 1001011 10101010 1100001 1101

Color Harmonies of #014035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014035

Black with #014035

Text Example


Text Example

White with #014035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014035; }

 p { color: rgb(1,64,53); }

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

background-color css

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

 a { background-color: rgb(1,64,53); }

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

border-color css

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

 span { border-color: rgb(1,64,53); }

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