Html Css Color HEX #214097 Egyptian Blue

📋 copy color: '#214097'

red 33 ◦ green 64 ◦ blue 151

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

Shades of Egyptian Blue #214097

Tints of Egyptian Blue #214097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 13.31%
G = 25.81%
B = 60.89%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214097 (or 0x214097) is known color: Egyptian Blue. HEX triplet: 21, 40 and 97. RGB value is (33,64,151). Sum of RGB (Red+Green+Blue) = 33+64+151=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #214097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214097 is #DEBF68. Grayscale: #404040. Windows color (decimal): -14597993 or 9912353. OLE color: 9912353.

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

Color convert

RGB 33 64 151 -
CMYK 0.78 0.58 0 0.41
HSL 224.24º 0.64% 0.36% -
HSV(B) 224.24º 0.78% 0.59% -
XYZ 8.05 6.22 30.06 -
YUV 64.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 33 64 151 0.78 0.58 0 0.41 224.24 0.64 0.36
Hex 21 40 97 4E 3A 0 29 E0 40 24
Octal 41 100 227 116 72 0 51 340 100 44
Binary 100001 1000000 10010111 1001110 111010 0 101001 11100000 1000000 100100

Color Harmonies of #214097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214097

Black with #214097

Text Example


Text Example

White with #214097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214097; }

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

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

background-color css

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

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

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

border-color css

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

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

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