Html Css Color HEX #213FAD Persian Blue

📋 copy color: '#213FAD'

red 33 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #213FAD

Tints of Persian Blue #213FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

 BLUE value IS 173 (67.97% from 255) = 64.31%

R = 12.27%
G = 23.42%
B = 64.31%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#213FAD (or 0x213FAD) is known color: Persian Blue. HEX triplet: 21, 3F and AD. RGB value is (33,63,173). Sum of RGB (Red+Green+Blue) = 33+63+173=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #213FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213FAD is #DEC052. Grayscale: #424242. Windows color (decimal): -14598227 or 11353889. OLE color: 11353889.

HSL color Cylindrical-coordinate representation of color #213FAD: hue angle of 227.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213FAD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 63 173 -
CMYK 0.81 0.64 0 0.32
HSL 227.14º 0.68% 0.4% -
HSV(B) 227.14º 0.81% 0.68% -
XYZ 9.95 6.9 40.34 -
YUV 66.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 33 63 173 0.81 0.64 0 0.32 227.14 0.68 0.4
Hex 21 3F AD 51 40 0 20 E3 44 28
Octal 41 77 255 121 100 0 40 343 104 50
Binary 100001 111111 10101101 1010001 1000000 0 100000 11100011 1000100 101000

Color Harmonies of #213FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FAD

Black with #213FAD

Text Example


Text Example

White with #213FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,63,173); }

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

background-color css

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

 a { background-color: rgb(33,63,173); }

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

border-color css

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

 span { border-color: rgb(33,63,173); }

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