#142CD9

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

Shades of Persian Blue #142CD9

Tints of Persian Blue #142CD9

Color information

#142CD9 (or 0x142CD9) is unknown color: approx Persian Blue. HEX triplet: 14, 2C and D9. RGB value is (20,44,217). Sum of RGB (Red+Green+Blue) = 20+44+217=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 217 (85.16% from 255 or 77.22% from 281); Max value from RGB is 217 - color contains mainly: blue. Hex color #142CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CD9 is #EBD326. Grayscale: #373737. Windows color (decimal): -15455015 or 14232596. OLE color: 14232596.

HSL color Cylindrical-coordinate representation of color #142CD9: hue angle of 232.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142CD9 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2044217-
CMYK0.910.8000.15
HSL232.69º83.12%46.47%-
HSV(B)232.69º90.78%85.1%-
XYZ13.716.9666.27-
YUV56.55218.55101.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 217 (85.16% from 255) = 77.22%
R=7.12%
G=15.66%
B=77.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20442170.910.8000.15232.6983.1246.47
Hex142CD95B500Fe9532e
Octal245433113312001735112356
Binary10100101100110110011011011101000001111111010011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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