Html Css Color HEX #212B90 Egyptian Blue

📋 copy color: '#212B90'

red 33 ◦ green 43 ◦ blue 144

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

Shades of Egyptian Blue #212B90

Tints of Egyptian Blue #212B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.55%

 BLUE value IS 144 (56.64% from 255) = 65.45%

R = 15%
G = 19.55%
B = 65.45%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212B90 (or 0x212B90) is known color: Egyptian Blue. HEX triplet: 21, 2B and 90. RGB value is (33,43,144). Sum of RGB (Red+Green+Blue) = 33+43+144=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #212B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212B90 is #DED46F. Grayscale: #333333. Windows color (decimal): -14603376 or 9448225. OLE color: 9448225.

HSL color Cylindrical-coordinate representation of color #212B90: hue angle of 234.59º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212B90 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 43 144 -
CMYK 0.77 0.70 0 0.44
HSL 234.59º 0.63% 0.35% -
HSV(B) 234.59º 0.77% 0.56% -
XYZ 6.53 4.06 26.83 -
YUV 51.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 33 43 144 0.77 0.70 0 0.44 234.59 0.63 0.35
Hex 21 2B 90 4D 46 0 2C EB 3F 23
Octal 41 53 220 115 106 0 54 353 77 43
Binary 100001 101011 10010000 1001101 1000110 0 101100 11101011 111111 100011

Color Harmonies of #212B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B90

Black with #212B90

Text Example


Text Example

White with #212B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,43,144); }

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

background-color css

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

 a { background-color: rgb(33,43,144); }

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

border-color css

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

 span { border-color: rgb(33,43,144); }

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