#1449C5

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

Shades of Persian Blue #1449C5

Tints of Persian Blue #1449C5

Color information

#1449C5 (or 0x1449C5) is unknown color: approx Persian Blue. HEX triplet: 14, 49 and C5. RGB value is (20,73,197). Sum of RGB (Red+Green+Blue) = 20+73+197=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 197 (77.34% from 255 or 67.93% from 290); Max value from RGB is 197 - color contains mainly: blue. Hex color #1449C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449C5 is #EBB63A. Grayscale: #464646. Windows color (decimal): -15447611 or 12929300. OLE color: 12929300.

HSL color Cylindrical-coordinate representation of color #1449C5: hue angle of 222.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1449C5 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2073197-
CMYK0.900.6300.23
HSL222.03º81.57%42.55%-
HSV(B)222.03º89.85%77.25%-
XYZ12.758.9553.88-
YUV71.29198.9491.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.90%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 197 (77.34% from 255) = 67.93%
R=6.90%
G=25.17%
B=67.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20731970.900.6300.23222.0381.5742.55
Hex1449C55A3F017de522b
Octal241113051327702733612253
Binary101001001001110001011011010111111010111110111101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1449C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1449C5; }

 p { color: rgb(20,73,197); }

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

<style>
 a { background-color: #1449C5; }

 a { background-color: rgb(20,73,197); }

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

<style>
 span { border-color: #1449C5; }

 span { border-color: rgb(20,73,197); }

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