Html Css Color HEX #213BAF Persian Blue

📋 copy color: '#213BAF'

red 33 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #213BAF

Tints of Persian Blue #213BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 12.36%
G = 22.1%
B = 65.54%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#213BAF (or 0x213BAF) is known color: Persian Blue. HEX triplet: 21, 3B and AF. RGB value is (33,59,175). Sum of RGB (Red+Green+Blue) = 33+59+175=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #213BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BAF is #DEC450. Grayscale: #3F3F3F. Windows color (decimal): -14599249 or 11483937. OLE color: 11483937.

HSL color Cylindrical-coordinate representation of color #213BAF: hue angle of 229.01º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213BAF is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 59 175 -
CMYK 0.81 0.66 0 0.31
HSL 229.01º 0.68% 0.41% -
HSV(B) 229.01º 0.81% 0.69% -
XYZ 9.93 6.55 41.3 -
YUV 64.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 33 59 175 0.81 0.66 0 0.31 229.01 0.68 0.41
Hex 21 3B AF 51 42 0 1F E5 44 29
Octal 41 73 257 121 102 0 37 345 104 51
Binary 100001 111011 10101111 1010001 1000010 0 11111 11100101 1000100 101001

Color Harmonies of #213BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BAF

Black with #213BAF

Text Example


Text Example

White with #213BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,59,175); }

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

background-color css

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

 a { background-color: rgb(33,59,175); }

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

border-color css

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

 span { border-color: rgb(33,59,175); }

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