#143FEE

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

Shades of Persian Blue #143FEE

Tints of Persian Blue #143FEE

Color information

#143FEE (or 0x143FEE) is unknown color: approx Persian Blue. HEX triplet: 14, 3F and EE. RGB value is (20,63,238). Sum of RGB (Red+Green+Blue) = 20+63+238=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #143FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143FEE is #EBC011. Grayscale: #454545. Windows color (decimal): -15450130 or 15613716. OLE color: 15613716.

HSL color Cylindrical-coordinate representation of color #143FEE: hue angle of 228.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143FEE is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2063238-
CMYK0.920.7400.07
HSL228.17º86.51%50.59%-
HSV(B)228.17º91.6%93.33%-
XYZ17.59.8881.87-
YUV70.09222.7592.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.23%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 238 (93.36% from 255) = 74.14%
R=6.23%
G=19.63%
B=74.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20632380.920.7400.07228.1786.5150.59
Hex143FEE5C4A07e45733
Octal24773561341120734412763
Binary1010011111111101110101110010010100111111001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,63,238); }

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

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

 a { background-color: rgb(20,63,238); }

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

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

 span { border-color: rgb(20,63,238); }

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