Html Css Color HEX #1449BC Persian Blue

📋 copy color: '#1449BC'

red 20 ◦ green 73 ◦ blue 188

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

Shades of Persian Blue #1449BC

Tints of Persian Blue #1449BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 7.12%
G = 25.98%
B = 66.9%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1449BC (or 0x1449BC) is known color: Persian Blue. HEX triplet: 14, 49 and BC. RGB value is (20,73,188). Sum of RGB (Red+Green+Blue) = 20+73+188=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #1449BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449BC is #EBB643. Grayscale: #454545. Windows color (decimal): -15447620 or 12339476. OLE color: 12339476.

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

Color convert

RGB 20 73 188 -
CMYK 0.89 0.61 0 0.26
HSL 221.07º 0.81% 0.41% -
HSV(B) 221.07º 0.89% 0.74% -
XYZ 11.75 8.54 48.61 -
YUV 70.26 194.44 92.15 -
System Red Green Blue C M Y K H S L
Decimal 20 73 188 0.89 0.61 0 0.26 221.07 0.81 0.41
Hex 14 49 BC 59 3D 0 1A DD 51 29
Octal 24 111 274 131 75 0 32 335 121 51
Binary 10100 1001001 10111100 1011001 111101 0 11010 11011101 1010001 101001

Color Harmonies of #1449BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449BC

Black with #1449BC

Text Example


Text Example

White with #1449BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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