#1449DB

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

Shades of Persian Blue #1449DB

Tints of Persian Blue #1449DB

Color information

#1449DB (or 0x1449DB) is unknown color: approx Persian Blue. HEX triplet: 14, 49 and DB. RGB value is (20,73,219). Sum of RGB (Red+Green+Blue) = 20+73+219=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #1449DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449DB is #EBB624. Grayscale: #494949. Windows color (decimal): -15447589 or 14371092. OLE color: 14371092.

HSL color Cylindrical-coordinate representation of color #1449DB: hue angle of 224.02º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1449DB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2073219-
CMYK0.910.6700.14
HSL224.02º83.26%46.86%-
HSV(B)224.02º90.87%85.88%-
XYZ15.4610.0368.14-
YUV73.8209.9489.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 219 (85.94% from 255) = 70.19%
R=6.41%
G=23.40%
B=70.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20732190.910.6700.14224.0283.2646.86
Hex1449DB5B430Ee0532f
Octal2411133313310301634012357
Binary101001001001110110111011011100001101110111000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1449DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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