Html Css Color HEX #1449BE Persian Blue

📋 copy color: '#1449BE'

red 20 ◦ green 73 ◦ blue 190

#1449BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1449BE

Tints of Persian Blue #1449BE

RGB

 RED value IS 20 (8.2% from 255) = 7.07%

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 190 (74.61% from 255) = 67.14%

R = 7.07%
G = 25.8%
B = 67.14%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1449BE (or 0x1449BE) is known color: Persian Blue. HEX triplet: 14, 49 and BE. RGB value is (20,73,190). Sum of RGB (Red+Green+Blue) = 20+73+190=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #1449BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449BE is #EBB641. Grayscale: #454545. Windows color (decimal): -15447618 or 12470548. OLE color: 12470548.

HSL color Cylindrical-coordinate representation of color #1449BE: hue angle of 221.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1449BE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 73 190 -
CMYK 0.89 0.62 0 0.25
HSL 221.29º 0.81% 0.41% -
HSV(B) 221.29º 0.89% 0.75% -
XYZ 11.97 8.63 49.75 -
YUV 70.49 195.44 91.99 -
System Red Green Blue C M Y K H S L
Decimal 20 73 190 0.89 0.62 0 0.25 221.29 0.81 0.41
Hex 14 49 BE 59 3E 0 19 DD 51 29
Octal 24 111 276 131 76 0 31 335 121 51
Binary 10100 1001001 10111110 1011001 111110 0 11001 11011101 1010001 101001

Color Harmonies of #1449BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449BE

Black with #1449BE

Text Example


Text Example

White with #1449BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1449BE;
 }
 .AnyTagClassName
 {
   color: #1449BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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