Html Css Color HEX #213D9B Egyptian Blue

📋 copy color: '#213D9B'

red 33 ◦ green 61 ◦ blue 155

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

Shades of Egyptian Blue #213D9B

Tints of Egyptian Blue #213D9B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

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

R = 13.25%
G = 24.5%
B = 62.25%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#213D9B (or 0x213D9B) is known color: Egyptian Blue. HEX triplet: 21, 3D and 9B. RGB value is (33,61,155). Sum of RGB (Red+Green+Blue) = 33+61+155=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #213D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D9B is #DEC264. Grayscale: #3E3E3E. Windows color (decimal): -14598757 or 10173729. OLE color: 10173729.

HSL color Cylindrical-coordinate representation of color #213D9B: hue angle of 226.23º 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 #213D9B is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 61 155 -
CMYK 0.79 0.61 0 0.39
HSL 226.23º 0.65% 0.37% -
HSV(B) 226.23º 0.79% 0.61% -
XYZ 8.21 6.03 31.74 -
YUV 63.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 33 61 155 0.79 0.61 0 0.39 226.23 0.65 0.37
Hex 21 3D 9B 4F 3D 0 27 E2 41 25
Octal 41 75 233 117 75 0 47 342 101 45
Binary 100001 111101 10011011 1001111 111101 0 100111 11100010 1000001 100101

Color Harmonies of #213D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D9B

Black with #213D9B

Text Example


Text Example

White with #213D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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