#143AC6

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

Shades of Persian Blue #143AC6

Tints of Persian Blue #143AC6

Color information

#143AC6 (or 0x143AC6) is unknown color: approx Persian Blue. HEX triplet: 14, 3A and C6. RGB value is (20,58,198). Sum of RGB (Red+Green+Blue) = 20+58+198=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #143AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AC6 is #EBC539. Grayscale: #3E3E3E. Windows color (decimal): -15451450 or 12990996. OLE color: 12990996.

HSL color Cylindrical-coordinate representation of color #143AC6: hue angle of 227.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143AC6 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2058198-
CMYK0.900.7100.22
HSL227.19º81.65%42.75%-
HSV(B)227.19º89.9%77.65%-
XYZ11.997.2554.19-
YUV62.6204.4197.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 198 (77.73% from 255) = 71.74%
R=7.25%
G=21.01%
B=71.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20581980.900.7100.22227.1981.6542.75
Hex143AC65A47016e3522b
Octal247230613210702634312253
Binary101001110101100011010110101000111010110111000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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