#1446E5

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

Shades of Persian Blue #1446E5

Tints of Persian Blue #1446E5

Color information

#1446E5 (or 0x1446E5) is unknown color: approx Persian Blue. HEX triplet: 14, 46 and E5. RGB value is (20,70,229). Sum of RGB (Red+Green+Blue) = 20+70+229=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 229 (89.84% from 255 or 71.79% from 319); Max value from RGB is 229 - color contains mainly: blue. Hex color #1446E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446E5 is #EBB91A. Grayscale: #484848. Windows color (decimal): -15448347 or 15025684. OLE color: 15025684.

HSL color Cylindrical-coordinate representation of color #1446E5: hue angle of 225.65º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1446E5 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2070229-
CMYK0.910.6900.10
HSL225.65º83.94%48.82%-
HSV(B)225.65º91.27%89.8%-
XYZ16.6210.1975.22-
YUV73.18215.9490.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.27%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 229 (89.84% from 255) = 71.79%
R=6.27%
G=21.94%
B=71.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20702290.910.6900.10225.6583.9448.82
Hex1446E55B450Ae25431
Octal2410634513310501234212461
Binary101001000110111001011011011100010101010111000101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1446E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1446E5; }

 p { color: rgb(20,70,229); }

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

<style>
 a { background-color: #1446E5; }

 a { background-color: rgb(20,70,229); }

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

<style>
 span { border-color: #1446E5; }

 span { border-color: rgb(20,70,229); }

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