Html Css Color HEX #21309B Egyptian Blue

📋 copy color: '#21309B'

red 33 ◦ green 48 ◦ blue 155

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

Shades of Egyptian Blue #21309B

Tints of Egyptian Blue #21309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 13.98%
G = 20.34%
B = 65.68%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21309B (or 0x21309B) is known color: Egyptian Blue. HEX triplet: 21, 30 and 9B. RGB value is (33,48,155). Sum of RGB (Red+Green+Blue) = 33+48+155=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #21309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21309B is #DECF64. Grayscale: #373737. Windows color (decimal): -14602085 or 10170401. OLE color: 10170401.

HSL color Cylindrical-coordinate representation of color #21309B: hue angle of 232.62º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21309B is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 48 155 -
CMYK 0.79 0.69 0 0.39
HSL 232.62º 0.65% 0.37% -
HSV(B) 232.62º 0.79% 0.61% -
XYZ 7.6 4.8 31.54 -
YUV 55.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 33 48 155 0.79 0.69 0 0.39 232.62 0.65 0.37
Hex 21 30 9B 4F 45 0 27 E9 41 25
Octal 41 60 233 117 105 0 47 351 101 45
Binary 100001 110000 10011011 1001111 1000101 0 100111 11101001 1000001 100101

Color Harmonies of #21309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21309B

Black with #21309B

Text Example


Text Example

White with #21309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21309B; }

 p { color: rgb(33,48,155); }

 H1.HeaderClassName
 {
   color: #21309B;
 }
 .AnyTagClassName
 {
   color: #21309B;
 }
</style>

background-color css

<style>
 a { background-color: #21309B; }

 a { background-color: rgb(33,48,155); }

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

border-color css

<style>
 span { border-color: #21309B; }

 span { border-color: rgb(33,48,155); }

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