Html Css Color HEX #213098 Egyptian Blue

📋 copy color: '#213098'

red 33 ◦ green 48 ◦ blue 152

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

Shades of Egyptian Blue #213098

Tints of Egyptian Blue #213098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.24%

R = 14.16%
G = 20.6%
B = 65.24%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#213098 (or 0x213098) is known color: Egyptian Blue. HEX triplet: 21, 30 and 98. RGB value is (33,48,152). Sum of RGB (Red+Green+Blue) = 33+48+152=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #213098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213098 is #DECF67. Grayscale: #363636. Windows color (decimal): -14602088 or 9973793. OLE color: 9973793.

HSL color Cylindrical-coordinate representation of color #213098: hue angle of 232.44º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213098 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 48 152 -
CMYK 0.78 0.68 0 0.40
HSL 232.44º 0.64% 0.36% -
HSV(B) 232.44º 0.78% 0.6% -
XYZ 7.35 4.7 30.23 -
YUV 55.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 33 48 152 0.78 0.68 0 0.40 232.44 0.64 0.36
Hex 21 30 98 4E 44 0 28 E8 40 24
Octal 41 60 230 116 104 0 50 350 100 44
Binary 100001 110000 10011000 1001110 1000100 0 101000 11101000 1000000 100100

Color Harmonies of #213098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213098

Black with #213098

Text Example


Text Example

White with #213098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213098; }

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

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

background-color css

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

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

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

border-color css

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

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

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