#143AE1

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

Shades of Persian Blue #143AE1

Tints of Persian Blue #143AE1

Color information

#143AE1 (or 0x143AE1) is unknown color: approx Persian Blue. HEX triplet: 14, 3A and E1. RGB value is (20,58,225). Sum of RGB (Red+Green+Blue) = 20+58+225=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 225 (88.28% from 255 or 74.26% from 303); Max value from RGB is 225 - color contains mainly: blue. Hex color #143AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AE1 is #EBC51E. Grayscale: #404040. Windows color (decimal): -15451423 or 14760468. OLE color: 14760468.

HSL color Cylindrical-coordinate representation of color #143AE1: hue angle of 228.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143AE1 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2058225-
CMYK0.910.7400.12
HSL228.88º83.67%48.04%-
HSV(B)228.88º91.11%88.24%-
XYZ15.398.6172.09-
YUV65.68217.9195.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.60%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 225 (88.28% from 255) = 74.26%
R=6.60%
G=19.14%
B=74.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20582250.910.7400.12228.8883.6748.04
Hex143AE15B4A0Ce55430
Octal247234113311201434512460
Binary10100111010111000011011011100101001100111001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143AE1; }

 p { color: rgb(20,58,225); }

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

<style>
 a { background-color: #143AE1; }

 a { background-color: rgb(20,58,225); }

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

<style>
 span { border-color: #143AE1; }

 span { border-color: rgb(20,58,225); }

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