#142CC6

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

Shades of Persian Blue #142CC6

Tints of Persian Blue #142CC6

Color information

#142CC6 (or 0x142CC6) is unknown color: approx Persian Blue. HEX triplet: 14, 2C and C6. RGB value is (20,44,198). Sum of RGB (Red+Green+Blue) = 20+44+198=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 198 (77.73% from 255 or 75.57% from 262); Max value from RGB is 198 - color contains mainly: blue. Hex color #142CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CC6 is #EBD339. Grayscale: #353535. Windows color (decimal): -15455034 or 12987412. OLE color: 12987412.

HSL color Cylindrical-coordinate representation of color #142CC6: hue angle of 231.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142CC6 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2044198-
CMYK0.900.7800.22
HSL231.91º81.65%42.75%-
HSV(B)231.91º89.9%77.65%-
XYZ11.386.0353.99-
YUV54.38209.05103.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 44 (17.58% from 255) = 16.79%
BLUE value IS 198 (77.73% from 255) = 75.57%
R=7.63%
G=16.79%
B=75.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20441980.900.7800.22231.9181.6542.75
Hex142CC65A4E016e8522b
Octal245430613211602635012253
Binary101001011001100011010110101001110010110111010001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,44,198); }

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

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

 a { background-color: rgb(20,44,198); }

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

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

 span { border-color: rgb(20,44,198); }

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