Html Css Color HEX #2017BA Persian Blue

📋 copy color: '#2017BA'

red 32 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #2017BA

Tints of Persian Blue #2017BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

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

R = 13.28%
G = 9.54%
B = 77.18%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2017BA (or 0x2017BA) is known color: Persian Blue. HEX triplet: 20, 17 and BA. RGB value is (32,23,186). Sum of RGB (Red+Green+Blue) = 32+23+186=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #2017BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017BA is #DFE845. Grayscale: #2B2B2B. Windows color (decimal): -14673990 or 12195616. OLE color: 12195616.

HSL color Cylindrical-coordinate representation of color #2017BA: hue angle of 243.31º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2017BA is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 23 186 -
CMYK 0.83 0.88 0 0.27
HSL 243.31º 0.78% 0.41% -
HSV(B) 243.31º 0.88% 0.73% -
XYZ 9.76 4.47 46.8 -
YUV 44.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 32 23 186 0.83 0.88 0 0.27 243.31 0.78 0.41
Hex 20 17 BA 53 58 0 1B F3 4E 29
Octal 40 27 272 123 130 0 33 363 116 51
Binary 100000 10111 10111010 1010011 1011000 0 11011 11110011 1001110 101001

Color Harmonies of #2017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2017BA

Black with #2017BA

Text Example


Text Example

White with #2017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2017BA; }

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

 H1.HeaderClassName
 {
   color: #2017BA;
 }
 .AnyTagClassName
 {
   color: #2017BA;
 }
</style>

background-color css

<style>
 a { background-color: #2017BA; }

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

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

border-color css

<style>
 span { border-color: #2017BA; }

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

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