Html Css Color HEX #21259F Egyptian Blue

📋 copy color: '#21259F'

red 33 ◦ green 37 ◦ blue 159

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

Shades of Egyptian Blue #21259F

Tints of Egyptian Blue #21259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 14.41%
G = 16.16%
B = 69.43%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21259F (or 0x21259F) is known color: Egyptian Blue. HEX triplet: 21, 25 and 9F. RGB value is (33,37,159). Sum of RGB (Red+Green+Blue) = 33+37+159=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #21259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21259F is #DEDA60. Grayscale: #313131. Windows color (decimal): -14604897 or 10429729. OLE color: 10429729.

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

Color convert

RGB 33 37 159 -
CMYK 0.79 0.77 0 0.38
HSL 238.1º 0.66% 0.38% -
HSV(B) 238.1º 0.79% 0.62% -
XYZ 7.55 4.15 33.2 -
YUV 49.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 33 37 159 0.79 0.77 0 0.38 238.1 0.66 0.38
Hex 21 25 9F 4F 4D 0 26 EE 42 26
Octal 41 45 237 117 115 0 46 356 102 46
Binary 100001 100101 10011111 1001111 1001101 0 100110 11101110 1000010 100110

Color Harmonies of #21259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21259F

Black with #21259F

Text Example


Text Example

White with #21259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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