Html Css Color HEX #21409F Egyptian Blue

📋 copy color: '#21409F'

red 33 ◦ green 64 ◦ blue 159

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

Shades of Egyptian Blue #21409F

Tints of Egyptian Blue #21409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 12.89%
G = 25%
B = 62.11%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21409F (or 0x21409F) is known color: Egyptian Blue. HEX triplet: 21, 40 and 9F. RGB value is (33,64,159). Sum of RGB (Red+Green+Blue) = 33+64+159=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #21409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21409F is #DEBF60. Grayscale: #414141. Windows color (decimal): -14597985 or 10436641. OLE color: 10436641.

HSL color Cylindrical-coordinate representation of color #21409F: hue angle of 225.24º 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 #21409F is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 64 159 -
CMYK 0.79 0.60 0 0.38
HSL 225.24º 0.66% 0.38% -
HSV(B) 225.24º 0.79% 0.62% -
XYZ 8.72 6.49 33.59 -
YUV 65.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 33 64 159 0.79 0.60 0 0.38 225.24 0.66 0.38
Hex 21 40 9F 4F 3C 0 26 E1 42 26
Octal 41 100 237 117 74 0 46 341 102 46
Binary 100001 1000000 10011111 1001111 111100 0 100110 11100001 1000010 100110

Color Harmonies of #21409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21409F

Black with #21409F

Text Example


Text Example

White with #21409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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