#142EBD

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

Shades of Persian Blue #142EBD

Tints of Persian Blue #142EBD

Color information

#142EBD (or 0x142EBD) is unknown color: approx Persian Blue. HEX triplet: 14, 2E and BD. RGB value is (20,46,189). Sum of RGB (Red+Green+Blue) = 20+46+189=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #142EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142EBD is #EBD142. Grayscale: #353535. Windows color (decimal): -15454531 or 12398100. OLE color: 12398100.

HSL color Cylindrical-coordinate representation of color #142EBD: hue angle of 230.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142EBD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2046189-
CMYK0.890.7600.26
HSL230.77º80.86%40.98%-
HSV(B)230.77º89.42%74.12%-
XYZ10.455.7848.71-
YUV54.53203.89103.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 189 (74.22% from 255) = 74.12%
R=7.84%
G=18.04%
B=74.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20461890.890.7600.26230.7780.8640.98
Hex142EBD594C01Ae75129
Octal245627513111403234712151
Binary101001011101011110110110011001100011010111001111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,46,189); }

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

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

 a { background-color: rgb(20,46,189); }

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

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

 span { border-color: rgb(20,46,189); }

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