Html Css Color HEX #214099 Egyptian Blue

📋 copy color: '#214099'

red 33 ◦ green 64 ◦ blue 153

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

Shades of Egyptian Blue #214099

Tints of Egyptian Blue #214099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 13.2%
G = 25.6%
B = 61.2%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#214099 (or 0x214099) is known color: Egyptian Blue. HEX triplet: 21, 40 and 99. RGB value is (33,64,153). Sum of RGB (Red+Green+Blue) = 33+64+153=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #214099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214099 is #DEBF66. Grayscale: #404040. Windows color (decimal): -14597991 or 10043425. OLE color: 10043425.

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

Color convert

RGB 33 64 153 -
CMYK 0.78 0.58 0 0.4
HSL 224.5º 0.65% 0.36% -
HSV(B) 224.5º 0.78% 0.6% -
XYZ 8.21 6.29 30.92 -
YUV 64.88 177.73 105.26 -
System Red Green Blue C M Y K H S L
Decimal 33 64 153 0.78 0.58 0 0.4 224.5 0.65 0.36
Hex 21 40 99 4E 3A 0 28 E0 41 24
Octal 41 100 231 116 72 0 50 340 101 44
Binary 100001 1000000 10011001 1001110 111010 0 101000 11100000 1000001 100100

Color Harmonies of #214099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214099

Black with #214099

Text Example


Text Example

White with #214099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214099; }

 p { color: rgb(33,64,153); }

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

background-color css

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

 a { background-color: rgb(33,64,153); }

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

border-color css

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

 span { border-color: rgb(33,64,153); }

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