Html Css Color HEX #213899 Egyptian Blue

📋 copy color: '#213899'

red 33 ◦ green 56 ◦ blue 153

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

Shades of Egyptian Blue #213899

Tints of Egyptian Blue #213899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 13.64%
G = 23.14%
B = 63.22%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#213899 (or 0x213899) is known color: Egyptian Blue. HEX triplet: 21, 38 and 99. RGB value is (33,56,153). Sum of RGB (Red+Green+Blue) = 33+56+153=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #213899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213899 is #DEC766. Grayscale: #3B3B3B. Windows color (decimal): -14600039 or 10041377. OLE color: 10041377.

HSL color Cylindrical-coordinate representation of color #213899: hue angle of 228.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 #213899 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 56 153 -
CMYK 0.78 0.63 0 0.4
HSL 228.5º 0.65% 0.36% -
HSV(B) 228.5º 0.78% 0.6% -
XYZ 7.79 5.45 30.78 -
YUV 60.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 33 56 153 0.78 0.63 0 0.4 228.5 0.65 0.36
Hex 21 38 99 4E 3F 0 28 E4 41 24
Octal 41 70 231 116 77 0 50 344 101 44
Binary 100001 111000 10011001 1001110 111111 0 101000 11100100 1000001 100100

Color Harmonies of #213899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213899

Black with #213899

Text Example


Text Example

White with #213899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213899; }

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

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

background-color css

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

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

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

border-color css

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

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

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