#1441c9

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

Shades of Persian Blue #1441C9

Tints of Persian Blue #1441C9

Color information

#1441C9 (or 0x1441C9) is unknown color: approx Persian Blue. HEX triplet: 14, 41 and C9. RGB value is (20,65,201). Sum of RGB (Red+Green+Blue) = 20+65+201=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 201 (78.91% from 255 or 70.28% from 286); Max value from RGB is 201 - color contains mainly: blue. Hex color #1441C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1441C9 is #EBBE36. Grayscale: #424242. Windows color (decimal): -15449655 or 13189396. OLE color: 13189396.

HSL color Cylindrical-coordinate representation of color #1441C9: hue angle of 225.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1441C9 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2065201-
CMYK0.900.6800.21
HSL225.08º81.9%43.33%-
HSV(B)225.08º90.05%78.82%-
XYZ12.728.1556.16-
YUV67.05203.5994.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 201 (78.91% from 255) = 70.28%
R=6.99%
G=22.73%
B=70.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20652010.900.6800.21225.0881.943.33
Hex1441C95A44015e1522b
Octal2410131113210402534112253
Binary1010010000011100100110110101000100010101111000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1441c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1441c9; }

 p { color: rgb(20,65,201); }

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

<style>
 a { background-color: #1441c9; }

 a { background-color: rgb(20,65,201); }

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

<style>
 span { border-color: #1441c9; }

 span { border-color: rgb(20,65,201); }

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