Html Css Color HEX #214195 Egyptian Blue

📋 copy color: '#214195'

red 33 ◦ green 65 ◦ blue 149

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

Shades of Egyptian Blue #214195

Tints of Egyptian Blue #214195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 13.36%
G = 26.32%
B = 60.32%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214195 (or 0x214195) is known color: Egyptian Blue. HEX triplet: 21, 41 and 95. RGB value is (33,65,149). Sum of RGB (Red+Green+Blue) = 33+65+149=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #214195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214195 is #DEBE6A. Grayscale: #404040. Windows color (decimal): -14597739 or 9781537. OLE color: 9781537.

HSL color Cylindrical-coordinate representation of color #214195: hue angle of 223.45º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214195 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 65 149 -
CMYK 0.78 0.56 0 0.42
HSL 223.45º 0.64% 0.36% -
HSV(B) 223.45º 0.78% 0.58% -
XYZ 7.94 6.27 29.23 -
YUV 65.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 33 65 149 0.78 0.56 0 0.42 223.45 0.64 0.36
Hex 21 41 95 4E 38 0 2A DF 40 24
Octal 41 101 225 116 70 0 52 337 100 44
Binary 100001 1000001 10010101 1001110 111000 0 101010 11011111 1000000 100100

Color Harmonies of #214195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214195

Black with #214195

Text Example


Text Example

White with #214195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214195; }

 p { color: rgb(33,65,149); }

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

background-color css

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

 a { background-color: rgb(33,65,149); }

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

border-color css

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

 span { border-color: rgb(33,65,149); }

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