Html Css Color HEX #213792 Egyptian Blue

📋 copy color: '#213792'

red 33 ◦ green 55 ◦ blue 146

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

Shades of Egyptian Blue #213792

Tints of Egyptian Blue #213792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 14.1%
G = 23.5%
B = 62.39%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#213792 (or 0x213792) is known color: Egyptian Blue. HEX triplet: 21, 37 and 92. RGB value is (33,55,146). Sum of RGB (Red+Green+Blue) = 33+55+146=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #213792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213792 is #DEC86D. Grayscale: #3A3A3A. Windows color (decimal): -14600302 or 9582369. OLE color: 9582369.

HSL color Cylindrical-coordinate representation of color #213792: hue angle of 228.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213792 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 55 146 -
CMYK 0.77 0.62 0 0.43
HSL 228.32º 0.63% 0.35% -
HSV(B) 228.32º 0.77% 0.57% -
XYZ 7.18 5.13 27.81 -
YUV 58.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 33 55 146 0.77 0.62 0 0.43 228.32 0.63 0.35
Hex 21 37 92 4D 3E 0 2B E4 3F 23
Octal 41 67 222 115 76 0 53 344 77 43
Binary 100001 110111 10010010 1001101 111110 0 101011 11100100 111111 100011

Color Harmonies of #213792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213792

Black with #213792

Text Example


Text Example

White with #213792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213792; }

 p { color: rgb(33,55,146); }

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

background-color css

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

 a { background-color: rgb(33,55,146); }

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

border-color css

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

 span { border-color: rgb(33,55,146); }

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