#1420C0

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

Shades of Persian Blue #1420C0

Tints of Persian Blue #1420C0

Color information

#1420C0 (or 0x1420C0) is unknown color: approx Persian Blue. HEX triplet: 14, 20 and C0. RGB value is (20,32,192). Sum of RGB (Red+Green+Blue) = 20+32+192=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #1420C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420C0 is #EBDF3F. Grayscale: #2E2E2E. Windows color (decimal): -15458112 or 12591124. OLE color: 12591124.

HSL color Cylindrical-coordinate representation of color #1420C0: hue angle of 235.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1420C0 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2032192-
CMYK0.900.8300.25
HSL235.81º81.13%41.57%-
HSV(B)235.81º89.58%75.29%-
XYZ10.324.9950.29-
YUV46.65210.02108.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 192 (75.39% from 255) = 78.69%
R=8.20%
G=13.11%
B=78.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20321920.900.8300.25235.8181.1341.57
Hex1420C05A53019ec512a
Octal244030013212303135412152
Binary101001000001100000010110101010011011001111011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1420C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1420C0; }

 p { color: rgb(20,32,192); }

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

<style>
 a { background-color: #1420C0; }

 a { background-color: rgb(20,32,192); }

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

<style>
 span { border-color: #1420C0; }

 span { border-color: rgb(20,32,192); }

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