Html Css Color HEX #213A9D Egyptian Blue

📋 copy color: '#213A9D'

red 33 ◦ green 58 ◦ blue 157

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

Shades of Egyptian Blue #213A9D

Tints of Egyptian Blue #213A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 157 (61.72% from 255) = 63.31%

R = 13.31%
G = 23.39%
B = 63.31%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#213A9D (or 0x213A9D) is known color: Egyptian Blue. HEX triplet: 21, 3A and 9D. RGB value is (33,58,157). Sum of RGB (Red+Green+Blue) = 33+58+157=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #213A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213A9D is #DEC562. Grayscale: #3D3D3D. Windows color (decimal): -14599523 or 10304033. OLE color: 10304033.

HSL color Cylindrical-coordinate representation of color #213A9D: hue angle of 227.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #213A9D is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 58 157 -
CMYK 0.79 0.63 0 0.38
HSL 227.9º 0.65% 0.37% -
HSV(B) 227.9º 0.79% 0.62% -
XYZ 8.23 5.78 32.58 -
YUV 61.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 33 58 157 0.79 0.63 0 0.38 227.9 0.65 0.37
Hex 21 3A 9D 4F 3F 0 26 E4 41 25
Octal 41 72 235 117 77 0 46 344 101 45
Binary 100001 111010 10011101 1001111 111111 0 100110 11100100 1000001 100101

Color Harmonies of #213A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A9D

Black with #213A9D

Text Example


Text Example

White with #213A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213A9D; }

 p { color: rgb(33,58,157); }

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

background-color css

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

 a { background-color: rgb(33,58,157); }

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

border-color css

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

 span { border-color: rgb(33,58,157); }

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