Html Css Color HEX #014536 Deep Teal

📋 copy color: '#014536'

red 1 ◦ green 69 ◦ blue 54

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

Shades of Deep Teal #014536

Tints of Deep Teal #014536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.65%

 BLUE value IS 54 (21.48% from 255) = 43.55%

R = 0.81%
G = 55.65%
B = 43.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#014536 (or 0x014536) is known color: Deep Teal. HEX triplet: 01, 45 and 36. RGB value is (1,69,54). Sum of RGB (Red+Green+Blue) = 1+69+54=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #014536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014536 is #FEBAC9. Grayscale: #2E2E2E. Windows color (decimal): -16693962 or 3556609. OLE color: 3556609.

HSL color Cylindrical-coordinate representation of color #014536: hue angle of 166.76º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014536 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 54 -
CMYK 0.99 0 0.22 0.73
HSL 166.76º 0.97% 0.14% -
HSV(B) 166.76º 0.99% 0.27% -
XYZ 2.81 4.53 4.22 -
YUV 46.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 1 69 54 0.99 0 0.22 0.73 166.76 0.97 0.14
Hex 1 45 36 63 0 16 49 A7 61 E
Octal 1 105 66 143 0 26 111 247 141 16
Binary 1 1000101 110110 1100011 0 10110 1001001 10100111 1100001 1110

Color Harmonies of #014536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014536

Black with #014536

Text Example


Text Example

White with #014536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014536; }

 p { color: rgb(1,69,54); }

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

background-color css

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

 a { background-color: rgb(1,69,54); }

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

border-color css

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

 span { border-color: rgb(1,69,54); }

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