Html Css Color HEX #2015BC Persian Blue

📋 copy color: '#2015BC'

red 32 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #2015BC

Tints of Persian Blue #2015BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 13.28%
G = 8.71%
B = 78.01%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2015BC (or 0x2015BC) is known color: Persian Blue. HEX triplet: 20, 15 and BC. RGB value is (32,21,188). Sum of RGB (Red+Green+Blue) = 32+21+188=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #2015BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015BC is #DFEA43. Grayscale: #2A2A2A. Windows color (decimal): -14674500 or 12326176. OLE color: 12326176.

HSL color Cylindrical-coordinate representation of color #2015BC: hue angle of 243.95º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2015BC is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 21 188 -
CMYK 0.83 0.89 0 0.26
HSL 243.95º 0.8% 0.41% -
HSV(B) 243.95º 0.89% 0.74% -
XYZ 9.94 4.47 47.92 -
YUV 43.33 209.64 119.92 -
System Red Green Blue C M Y K H S L
Decimal 32 21 188 0.83 0.89 0 0.26 243.95 0.8 0.41
Hex 20 15 BC 53 59 0 1A F4 50 29
Octal 40 25 274 123 131 0 32 364 120 51
Binary 100000 10101 10111100 1010011 1011001 0 11010 11110100 1010000 101001

Color Harmonies of #2015BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015BC

Black with #2015BC

Text Example


Text Example

White with #2015BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2015BC; }

 p { color: rgb(32,21,188); }

 H1.HeaderClassName
 {
   color: #2015BC;
 }
 .AnyTagClassName
 {
   color: #2015BC;
 }
</style>

background-color css

<style>
 a { background-color: #2015BC; }

 a { background-color: rgb(32,21,188); }

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

border-color css

<style>
 span { border-color: #2015BC; }

 span { border-color: rgb(32,21,188); }

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