#142AC1

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

Shades of Persian Blue #142AC1

Tints of Persian Blue #142AC1

Color information

#142AC1 (or 0x142AC1) is unknown color: approx Persian Blue. HEX triplet: 14, 2A and C1. RGB value is (20,42,193). Sum of RGB (Red+Green+Blue) = 20+42+193=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #142AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142AC1 is #EBD53E. Grayscale: #343434. Windows color (decimal): -15455551 or 12659220. OLE color: 12659220.

HSL color Cylindrical-coordinate representation of color #142AC1: hue angle of 232.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142AC1 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2042193-
CMYK0.900.7800.24
HSL232.37º81.22%41.76%-
HSV(B)232.37º89.64%75.69%-
XYZ10.745.6550.98-
YUV52.64207.21104.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=7.84%
G=16.47%
B=75.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20421930.900.7800.24232.3781.2241.76
Hex142AC15A4E018e8512a
Octal245230113211603035012152
Binary101001010101100000110110101001110011000111010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142AC1; }

 p { color: rgb(20,42,193); }

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

<style>
 a { background-color: #142AC1; }

 a { background-color: rgb(20,42,193); }

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

<style>
 span { border-color: #142AC1; }

 span { border-color: rgb(20,42,193); }

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