#1820BC

Color #1820BC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1820BC

Tints of Persian Blue #1820BC

Color information

#1820BC (or 0x1820BC) is unknown color: approx Persian Blue. HEX triplet: 18, 20 and BC. RGB value is (24,32,188). Sum of RGB (Red+Green+Blue) = 24+32+188=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #1820BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820BC is #E7DF43. Grayscale: #2E2E2E. Windows color (decimal): -15195972 or 12328984. OLE color: 12328984.

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

Color convert

RGB2432188-
CMYK0.870.8300.26
HSL237.07º77.36%41.57%-
HSV(B)237.07º87.23%73.73%-
XYZ9.974.8647.99-
YUV47.39207.35111.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 188 (73.83% from 255) = 77.05%
R=9.84%
G=13.11%
B=77.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24321880.870.8300.26237.0777.3641.57
Hex1820BC575301Aed4d2a
Octal304027412712303235511552
Binary110001000001011110010101111010011011010111011011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1820BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1820BC;
 }
 .AnyTagClassName
 {
   color: #1820BC;
 }
</style>
background-color css

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

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

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

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

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

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