#1431D5

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

Shades of Persian Blue #1431D5

Tints of Persian Blue #1431D5

Color information

#1431D5 (or 0x1431D5) is unknown color: approx Persian Blue. HEX triplet: 14, 31 and D5. RGB value is (20,49,213). Sum of RGB (Red+Green+Blue) = 20+49+213=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 213 (83.59% from 255 or 75.53% from 282); Max value from RGB is 213 - color contains mainly: blue. Hex color #1431D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431D5 is #EBCE2A. Grayscale: #3A3A3A. Windows color (decimal): -15453739 or 13971732. OLE color: 13971732.

HSL color Cylindrical-coordinate representation of color #1431D5: hue angle of 230.98º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1431D5 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2049213-
CMYK0.910.7700.16
HSL230.98º82.83%45.69%-
HSV(B)230.98º90.61%83.53%-
XYZ13.47.1563.62-
YUV59.02214.89100.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.09%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 213 (83.59% from 255) = 75.53%
R=7.09%
G=17.38%
B=75.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20492130.910.7700.16230.9882.8345.69
Hex1431D55B4D010e7532e
Octal246132513311502034712356
Binary101001100011101010110110111001101010000111001111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1431D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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