#142CE9

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

Shades of Persian Blue #142CE9

Tints of Persian Blue #142CE9

Color information

#142CE9 (or 0x142CE9) is unknown color: approx Persian Blue. HEX triplet: 14, 2C and E9. RGB value is (20,44,233). Sum of RGB (Red+Green+Blue) = 20+44+233=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 233 (91.41% from 255 or 78.45% from 297); Max value from RGB is 233 - color contains mainly: blue. Hex color #142CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142CE9 is #EBD316. Grayscale: #393939. Windows color (decimal): -15454999 or 15281172. OLE color: 15281172.

HSL color Cylindrical-coordinate representation of color #142CE9: hue angle of 233.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142CE9 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2044233-
CMYK0.910.8100.09
HSL233.24º84.19%49.61%-
HSV(B)233.24º91.42%91.37%-
XYZ15.97.8377.76-
YUV58.37226.55100.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.73%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 233 (91.41% from 255) = 78.45%
R=6.73%
G=14.81%
B=78.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20442330.910.8100.09233.2484.1949.61
Hex142CE95B5109e95432
Octal245435113312101135112462
Binary10100101100111010011011011101000101001111010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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