#1440C1

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

Shades of Persian Blue #1440C1

Tints of Persian Blue #1440C1

Color information

#1440C1 (or 0x1440C1) is unknown color: approx Persian Blue. HEX triplet: 14, 40 and C1. RGB value is (20,64,193). Sum of RGB (Red+Green+Blue) = 20+64+193=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 193 (75.78% from 255 or 69.68% from 277); Max value from RGB is 193 - color contains mainly: blue. Hex color #1440C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1440C1 is #EBBF3E. Grayscale: #404040. Windows color (decimal): -15449919 or 12664852. OLE color: 12664852.

HSL color Cylindrical-coordinate representation of color #1440C1: hue angle of 224.74º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1440C1 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2064193-
CMYK0.900.6700.24
HSL224.74º81.22%41.76%-
HSV(B)224.74º89.64%75.69%-
XYZ11.757.6751.31-
YUV65.55199.9295.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 193 (75.78% from 255) = 69.68%
R=7.22%
G=23.10%
B=69.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20641930.900.6700.24224.7481.2241.76
Hex1440C15A43018e1512a
Octal2410030113210303034112152
Binary1010010000001100000110110101000011011000111000011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1440C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1440C1; }

 p { color: rgb(20,64,193); }

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

<style>
 a { background-color: #1440C1; }

 a { background-color: rgb(20,64,193); }

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

<style>
 span { border-color: #1440C1; }

 span { border-color: rgb(20,64,193); }

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