Html Css Color HEX #201DBA Persian Blue

📋 copy color: '#201DBA'

red 32 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #201DBA

Tints of Persian Blue #201DBA

RGB

 RED value IS 32 (12.89% from 255) = 12.96%

 GREEN value IS 29 (11.72% from 255) = 11.74%

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 12.96%
G = 11.74%
B = 75.3%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#201DBA (or 0x201DBA) is known color: Persian Blue. HEX triplet: 20, 1D and BA. RGB value is (32,29,186). Sum of RGB (Red+Green+Blue) = 32+29+186=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #201DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DBA is #DFE245. Grayscale: #2F2F2F. Windows color (decimal): -14672454 or 12197152. OLE color: 12197152.

HSL color Cylindrical-coordinate representation of color #201DBA: hue angle of 241.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201DBA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 29 186 -
CMYK 0.83 0.84 0 0.27
HSL 241.15º 0.73% 0.42% -
HSV(B) 241.15º 0.84% 0.73% -
XYZ 9.9 4.73 46.85 -
YUV 47.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 32 29 186 0.83 0.84 0 0.27 241.15 0.73 0.42
Hex 20 1D BA 53 54 0 1B F1 49 2A
Octal 40 35 272 123 124 0 33 361 111 52
Binary 100000 11101 10111010 1010011 1010100 0 11011 11110001 1001001 101010

Color Harmonies of #201DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DBA

Black with #201DBA

Text Example


Text Example

White with #201DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201DBA; }

 p { color: rgb(32,29,186); }

 H1.HeaderClassName
 {
   color: #201DBA;
 }
 .AnyTagClassName
 {
   color: #201DBA;
 }
</style>

background-color css

<style>
 a { background-color: #201DBA; }

 a { background-color: rgb(32,29,186); }

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

border-color css

<style>
 span { border-color: #201DBA; }

 span { border-color: rgb(32,29,186); }

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