Html Css Color HEX #213EC9 Persian Blue

📋 copy color: '#213EC9'

red 33 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #213EC9

Tints of Persian Blue #213EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.95%

 BLUE value IS 201 (78.91% from 255) = 67.91%

R = 11.15%
G = 20.95%
B = 67.91%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#213EC9 (or 0x213EC9) is known color: Persian Blue. HEX triplet: 21, 3E and C9. RGB value is (33,62,201). Sum of RGB (Red+Green+Blue) = 33+62+201=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #213EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EC9 is #DEC136. Grayscale: #444444. Windows color (decimal): -14598455 or 13188641. OLE color: 13188641.

HSL color Cylindrical-coordinate representation of color #213EC9: hue angle of 229.64º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213EC9 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 62 201 -
CMYK 0.84 0.69 0 0.21
HSL 229.64º 0.72% 0.46% -
HSV(B) 229.64º 0.84% 0.79% -
XYZ 12.89 7.99 56.12 -
YUV 69.18 202.39 102.2 -
System Red Green Blue C M Y K H S L
Decimal 33 62 201 0.84 0.69 0 0.21 229.64 0.72 0.46
Hex 21 3E C9 54 45 0 15 E6 48 2E
Octal 41 76 311 124 105 0 25 346 110 56
Binary 100001 111110 11001001 1010100 1000101 0 10101 11100110 1001000 101110

Color Harmonies of #213EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EC9

Black with #213EC9

Text Example


Text Example

White with #213EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,201); }

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

background-color css

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

 a { background-color: rgb(33,62,201); }

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

border-color css

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

 span { border-color: rgb(33,62,201); }

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