Html Css Color HEX #21449E Egyptian Blue

📋 copy color: '#21449E'

red 33 ◦ green 68 ◦ blue 158

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

Shades of Egyptian Blue #21449E

Tints of Egyptian Blue #21449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 158 (62.11% from 255) = 61%

R = 12.74%
G = 26.25%
B = 61%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21449E (or 0x21449E) is known color: Egyptian Blue. HEX triplet: 21, 44 and 9E. RGB value is (33,68,158). Sum of RGB (Red+Green+Blue) = 33+68+158=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #21449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21449E is #DEBB61. Grayscale: #434343. Windows color (decimal): -14596962 or 10372129. OLE color: 10372129.

HSL color Cylindrical-coordinate representation of color #21449E: hue angle of 223.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21449E is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 68 158 -
CMYK 0.79 0.57 0 0.38
HSL 223.2º 0.65% 0.37% -
HSV(B) 223.2º 0.79% 0.62% -
XYZ 8.87 6.93 33.22 -
YUV 67.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 33 68 158 0.79 0.57 0 0.38 223.2 0.65 0.37
Hex 21 44 9E 4F 39 0 26 DF 41 25
Octal 41 104 236 117 71 0 46 337 101 45
Binary 100001 1000100 10011110 1001111 111001 0 100110 11011111 1000001 100101

Color Harmonies of #21449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21449E

Black with #21449E

Text Example


Text Example

White with #21449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21449E; }

 p { color: rgb(33,68,158); }

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

background-color css

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

 a { background-color: rgb(33,68,158); }

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

border-color css

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

 span { border-color: rgb(33,68,158); }

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