Html Css Color HEX #213C93 Egyptian Blue

📋 copy color: '#213C93'

red 33 ◦ green 60 ◦ blue 147

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

Shades of Egyptian Blue #213C93

Tints of Egyptian Blue #213C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 13.75%
G = 25%
B = 61.25%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213C93 (or 0x213C93) is known color: Egyptian Blue. HEX triplet: 21, 3C and 93. RGB value is (33,60,147). Sum of RGB (Red+Green+Blue) = 33+60+147=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #213C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213C93 is #DEC36C. Grayscale: #3D3D3D. Windows color (decimal): -14599021 or 9649185. OLE color: 9649185.

HSL color Cylindrical-coordinate representation of color #213C93: hue angle of 225.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213C93 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 60 147 -
CMYK 0.78 0.59 0 0.42
HSL 225.79º 0.63% 0.35% -
HSV(B) 225.79º 0.78% 0.58% -
XYZ 7.51 5.66 28.3 -
YUV 61.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 33 60 147 0.78 0.59 0 0.42 225.79 0.63 0.35
Hex 21 3C 93 4E 3B 0 2A E2 3F 23
Octal 41 74 223 116 73 0 52 342 77 43
Binary 100001 111100 10010011 1001110 111011 0 101010 11100010 111111 100011

Color Harmonies of #213C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C93

Black with #213C93

Text Example


Text Example

White with #213C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213C93; }

 p { color: rgb(33,60,147); }

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

background-color css

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

 a { background-color: rgb(33,60,147); }

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

border-color css

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

 span { border-color: rgb(33,60,147); }

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