Html Css Color HEX #213A8F Egyptian Blue

📋 copy color: '#213A8F'

red 33 ◦ green 58 ◦ blue 143

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

Shades of Egyptian Blue #213A8F

Tints of Egyptian Blue #213A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.11%

R = 14.1%
G = 24.79%
B = 61.11%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#213A8F (or 0x213A8F) is known color: Egyptian Blue. HEX triplet: 21, 3A and 8F. RGB value is (33,58,143). Sum of RGB (Red+Green+Blue) = 33+58+143=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #213A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213A8F is #DEC570. Grayscale: #3B3B3B. Windows color (decimal): -14599537 or 9386529. OLE color: 9386529.

HSL color Cylindrical-coordinate representation of color #213A8F: hue angle of 226.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213A8F is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 58 143 -
CMYK 0.77 0.59 0 0.44
HSL 226.36º 0.63% 0.35% -
HSV(B) 226.36º 0.77% 0.56% -
XYZ 7.1 5.33 26.64 -
YUV 60.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 33 58 143 0.77 0.59 0 0.44 226.36 0.63 0.35
Hex 21 3A 8F 4D 3B 0 2C E2 3E 23
Octal 41 72 217 115 73 0 54 342 76 43
Binary 100001 111010 10001111 1001101 111011 0 101100 11100010 111110 100011

Color Harmonies of #213A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A8F

Black with #213A8F

Text Example


Text Example

White with #213A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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