Html Css Color HEX #213ADA Persian Blue

📋 copy color: '#213ADA'

red 33 ◦ green 58 ◦ blue 218

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

Shades of Persian Blue #213ADA

Tints of Persian Blue #213ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.55%

R = 10.68%
G = 18.77%
B = 70.55%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#213ADA (or 0x213ADA) is known color: Persian Blue. HEX triplet: 21, 3A and DA. RGB value is (33,58,218). Sum of RGB (Red+Green+Blue) = 33+58+218=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #213ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ADA is #DEC525. Grayscale: #444444. Windows color (decimal): -14599462 or 14301729. OLE color: 14301729.

HSL color Cylindrical-coordinate representation of color #213ADA: hue angle of 231.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213ADA is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 58 218 -
CMYK 0.85 0.73 0 0.15
HSL 231.89º 0.74% 0.49% -
HSV(B) 231.89º 0.85% 0.85% -
XYZ 14.8 8.41 67.17 -
YUV 68.77 212.22 102.49 -
System Red Green Blue C M Y K H S L
Decimal 33 58 218 0.85 0.73 0 0.15 231.89 0.74 0.49
Hex 21 3A DA 55 49 0 F E8 4A 31
Octal 41 72 332 125 111 0 17 350 112 61
Binary 100001 111010 11011010 1010101 1001001 0 1111 11101000 1001010 110001

Color Harmonies of #213ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213ADA

Black with #213ADA

Text Example


Text Example

White with #213ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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