Html Css Color HEX #21289F Egyptian Blue

📋 copy color: '#21289F'

red 33 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #21289F

Tints of Egyptian Blue #21289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

 BLUE value IS 159 (62.5% from 255) = 68.53%

R = 14.22%
G = 17.24%
B = 68.53%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21289F (or 0x21289F) is known color: Egyptian Blue. HEX triplet: 21, 28 and 9F. RGB value is (33,40,159). Sum of RGB (Red+Green+Blue) = 33+40+159=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #21289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21289F is #DED760. Grayscale: #323232. Windows color (decimal): -14604129 or 10430497. OLE color: 10430497.

HSL color Cylindrical-coordinate representation of color #21289F: hue angle of 236.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21289F is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 40 159 -
CMYK 0.79 0.75 0 0.38
HSL 236.67º 0.66% 0.38% -
HSV(B) 236.67º 0.79% 0.62% -
XYZ 7.64 4.34 33.24 -
YUV 51.47 188.68 114.82 -
System Red Green Blue C M Y K H S L
Decimal 33 40 159 0.79 0.75 0 0.38 236.67 0.66 0.38
Hex 21 28 9F 4F 4B 0 26 ED 42 26
Octal 41 50 237 117 113 0 46 355 102 46
Binary 100001 101000 10011111 1001111 1001011 0 100110 11101101 1000010 100110

Color Harmonies of #21289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21289F

Black with #21289F

Text Example


Text Example

White with #21289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21289F; }

 p { color: rgb(33,40,159); }

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

background-color css

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

 a { background-color: rgb(33,40,159); }

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

border-color css

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

 span { border-color: rgb(33,40,159); }

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