#142AE9

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

Shades of Persian Blue #142AE9

Tints of Persian Blue #142AE9

Color information

#142AE9 (or 0x142AE9) is unknown color: approx Persian Blue. HEX triplet: 14, 2A and E9. RGB value is (20,42,233). Sum of RGB (Red+Green+Blue) = 20+42+233=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 233 (91.41% from 255 or 78.98% from 295); Max value from RGB is 233 - color contains mainly: blue. Hex color #142AE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142AE9 is #EBD516. Grayscale: #383838. Windows color (decimal): -15455511 or 15280660. OLE color: 15280660.

HSL color Cylindrical-coordinate representation of color #142AE9: hue angle of 233.8º 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 #142AE9 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2042233-
CMYK0.910.8200.09
HSL233.8º84.19%49.61%-
HSV(B)233.8º91.42%91.37%-
XYZ15.827.6977.74-
YUV57.2227.21101.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 233 (91.41% from 255) = 78.98%
R=6.78%
G=14.24%
B=78.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20422330.910.8200.09233.884.1949.61
Hex142AE95B5209ea5432
Octal245235113312201135212462
Binary10100101010111010011011011101001001001111010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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