Html Css Color HEX #214979 Venice Blue

📋 copy color: '#214979'

red 33 ◦ green 73 ◦ blue 121

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

Shades of Venice Blue #214979

Tints of Venice Blue #214979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 14.54%
G = 32.16%
B = 53.3%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214979 (or 0x214979) is known color: Venice Blue. HEX triplet: 21, 49 and 79. RGB value is (33,73,121). Sum of RGB (Red+Green+Blue) = 33+73+121=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #214979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214979 is #DEB686. Grayscale: #424242. Windows color (decimal): -14595719 or 7948577. OLE color: 7948577.

HSL color Cylindrical-coordinate representation of color #214979: hue angle of 212.73º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214979 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 73 121 -
CMYK 0.73 0.40 0 0.53
HSL 212.73º 0.57% 0.3% -
HSV(B) 212.73º 0.73% 0.47% -
XYZ 6.46 6.47 19 -
YUV 66.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 33 73 121 0.73 0.40 0 0.53 212.73 0.57 0.3
Hex 21 49 79 49 28 0 35 D5 39 1E
Octal 41 111 171 111 50 0 65 325 71 36
Binary 100001 1001001 1111001 1001001 101000 0 110101 11010101 111001 11110

Color Harmonies of #214979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214979

Black with #214979

Text Example


Text Example

White with #214979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214979; }

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

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

background-color css

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

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

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

border-color css

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

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

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