Html Css Color HEX #1449BB Persian Blue

📋 copy color: '#1449BB'

red 20 ◦ green 73 ◦ blue 187

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

Shades of Persian Blue #1449BB

Tints of Persian Blue #1449BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 7.14%
G = 26.07%
B = 66.79%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1449BB (or 0x1449BB) is known color: Persian Blue. HEX triplet: 14, 49 and BB. RGB value is (20,73,187). Sum of RGB (Red+Green+Blue) = 20+73+187=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #1449BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449BB is #EBB644. Grayscale: #454545. Windows color (decimal): -15447621 or 12273940. OLE color: 12273940.

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

Color convert

RGB 20 73 187 -
CMYK 0.89 0.61 0 0.27
HSL 220.96º 0.81% 0.41% -
HSV(B) 220.96º 0.89% 0.73% -
XYZ 11.64 8.5 48.04 -
YUV 70.15 193.94 92.23 -
System Red Green Blue C M Y K H S L
Decimal 20 73 187 0.89 0.61 0 0.27 220.96 0.81 0.41
Hex 14 49 BB 59 3D 0 1B DD 51 29
Octal 24 111 273 131 75 0 33 335 121 51
Binary 10100 1001001 10111011 1011001 111101 0 11011 11011101 1010001 101001

Color Harmonies of #1449BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449BB

Black with #1449BB

Text Example


Text Example

White with #1449BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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