Html Css Color HEX #214959 Teal Blue

📋 copy color: '#214959'

red 33 ◦ green 73 ◦ blue 89

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

Shades of Teal Blue #214959

Tints of Teal Blue #214959

RGB

 RED value IS 33 (13.28% from 255) = 16.92%

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 16.92%
G = 37.44%
B = 45.64%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214959 (or 0x214959) is known color: Teal Blue. HEX triplet: 21, 49 and 59. RGB value is (33,73,89). Sum of RGB (Red+Green+Blue) = 33+73+89=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #214959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214959 is #DEB6A6. Grayscale: #3E3E3E. Windows color (decimal): -14595751 or 5851425. OLE color: 5851425.

HSL color Cylindrical-coordinate representation of color #214959: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214959 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 73 89 -
CMYK 0.63 0.18 0 0.65
HSL 197.14º 0.46% 0.24% -
HSV(B) 197.14º 0.63% 0.35% -
XYZ 4.81 5.81 10.32 -
YUV 62.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 33 73 89 0.63 0.18 0 0.65 197.14 0.46 0.24
Hex 21 49 59 3F 12 0 41 C5 2E 18
Octal 41 111 131 77 22 0 101 305 56 30
Binary 100001 1001001 1011001 111111 10010 0 1000001 11000101 101110 11000

Color Harmonies of #214959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214959

Black with #214959

Text Example


Text Example

White with #214959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214959; }

 p { color: rgb(33,73,89); }

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

background-color css

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

 a { background-color: rgb(33,73,89); }

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

border-color css

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

 span { border-color: rgb(33,73,89); }

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