Html Css Color HEX #21309A Egyptian Blue

📋 copy color: '#21309A'

red 33 ◦ green 48 ◦ blue 154

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

Shades of Egyptian Blue #21309A

Tints of Egyptian Blue #21309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.53%

R = 14.04%
G = 20.43%
B = 65.53%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#21309A (or 0x21309A) is known color: Egyptian Blue. HEX triplet: 21, 30 and 9A. RGB value is (33,48,154). Sum of RGB (Red+Green+Blue) = 33+48+154=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #21309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21309A is #DECF65. Grayscale: #373737. Windows color (decimal): -14602086 or 10104865. OLE color: 10104865.

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

Color convert

RGB 33 48 154 -
CMYK 0.79 0.69 0 0.40
HSL 232.56º 0.65% 0.37% -
HSV(B) 232.56º 0.79% 0.6% -
XYZ 7.52 4.77 31.1 -
YUV 55.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 33 48 154 0.79 0.69 0 0.40 232.56 0.65 0.37
Hex 21 30 9A 4F 45 0 28 E9 41 25
Octal 41 60 232 117 105 0 50 351 101 45
Binary 100001 110000 10011010 1001111 1000101 0 101000 11101001 1000001 100101

Color Harmonies of #21309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21309A

Black with #21309A

Text Example


Text Example

White with #21309A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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