#1431B4

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

Shades of Persian Blue #1431B4

Tints of Persian Blue #1431B4

Color information

#1431B4 (or 0x1431B4) is unknown color: approx Persian Blue. HEX triplet: 14, 31 and B4. RGB value is (20,49,180). Sum of RGB (Red+Green+Blue) = 20+49+180=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #1431B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431B4 is #EBCE4B. Grayscale: #363636. Windows color (decimal): -15453772 or 11809044. OLE color: 11809044.

HSL color Cylindrical-coordinate representation of color #1431B4: hue angle of 229.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1431B4 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2049180-
CMYK0.890.7300.29
HSL229.12º80%39.22%-
HSV(B)229.12º88.89%70.59%-
XYZ9.635.6443.76-
YUV55.26198.39102.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 180 (70.70% from 255) = 72.29%
R=8.03%
G=19.68%
B=72.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20491800.890.7300.29229.128039.22
Hex1431B4594901De55027
Octal246126413111103534512047
Binary101001100011011010010110011001001011101111001011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1431B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1431B4; }

 p { color: rgb(20,49,180); }

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

<style>
 a { background-color: #1431B4; }

 a { background-color: rgb(20,49,180); }

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

<style>
 span { border-color: #1431B4; }

 span { border-color: rgb(20,49,180); }

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