#142FEF

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

Shades of Persian Blue #142FEF

Tints of Persian Blue #142FEF

Color information

#142FEF (or 0x142FEF) is unknown color: approx Persian Blue. HEX triplet: 14, 2F and EF. RGB value is (20,47,239). Sum of RGB (Red+Green+Blue) = 20+47+239=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #142FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142FEF is #EBD010. Grayscale: #3C3C3C. Windows color (decimal): -15454225 or 15675156. OLE color: 15675156.

HSL color Cylindrical-coordinate representation of color #142FEF: hue angle of 232.6º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142FEF is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2047239-
CMYK0.920.8000.06
HSL232.6º87.25%50.78%-
HSV(B)232.6º91.63%93.73%-
XYZ16.888.4182.4-
YUV60.82228.5598.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 239 (93.75% from 255) = 78.10%
R=6.54%
G=15.36%
B=78.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20472390.920.8000.06232.687.2550.78
Hex142FEF5C5006e95733
Octal24573571341200635112763
Binary1010010111111101111101110010100000110111010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,47,239); }

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

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

 a { background-color: rgb(20,47,239); }

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

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

 span { border-color: rgb(20,47,239); }

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