Html Css Color HEX #212D99 Egyptian Blue

📋 copy color: '#212D99'

red 33 ◦ green 45 ◦ blue 153

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

Shades of Egyptian Blue #212D99

Tints of Egyptian Blue #212D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 14.29%
G = 19.48%
B = 66.23%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212D99 (or 0x212D99) is known color: Egyptian Blue. HEX triplet: 21, 2D and 99. RGB value is (33,45,153). Sum of RGB (Red+Green+Blue) = 33+45+153=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #212D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D99 is #DED266. Grayscale: #353535. Windows color (decimal): -14602855 or 10038561. OLE color: 10038561.

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

Color convert

RGB 33 45 153 -
CMYK 0.78 0.71 0 0.4
HSL 234º 0.65% 0.36% -
HSV(B) 234º 0.78% 0.6% -
XYZ 7.32 4.5 30.62 -
YUV 53.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 33 45 153 0.78 0.71 0 0.4 234 0.65 0.36
Hex 21 2D 99 4E 47 0 28 EA 41 24
Octal 41 55 231 116 107 0 50 352 101 44
Binary 100001 101101 10011001 1001110 1000111 0 101000 11101010 1000001 100100

Color Harmonies of #212D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212D99

Black with #212D99

Text Example


Text Example

White with #212D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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