Html Css Color HEX #144ABD Persian Blue

📋 copy color: '#144ABD'

red 20 ◦ green 74 ◦ blue 189

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

Shades of Persian Blue #144ABD

Tints of Persian Blue #144ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 189 (74.22% from 255) = 66.78%

R = 7.07%
G = 26.15%
B = 66.78%

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

#144ABD (or 0x144ABD) is known color: Persian Blue. HEX triplet: 14, 4A and BD. RGB value is (20,74,189). Sum of RGB (Red+Green+Blue) = 20+74+189=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #144ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ABD is #EBB542. Grayscale: #464646. Windows color (decimal): -15447363 or 12405268. OLE color: 12405268.

HSL color Cylindrical-coordinate representation of color #144ABD: hue angle of 220.83º 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 #144ABD is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 74 189 -
CMYK 0.89 0.61 0 0.26
HSL 220.83º 0.81% 0.41% -
HSV(B) 220.83º 0.89% 0.74% -
XYZ 11.92 8.72 49.2 -
YUV 70.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 20 74 189 0.89 0.61 0 0.26 220.83 0.81 0.41
Hex 14 4A BD 59 3D 0 1A DD 51 29
Octal 24 112 275 131 75 0 32 335 121 51
Binary 10100 1001010 10111101 1011001 111101 0 11010 11011101 1010001 101001

Color Harmonies of #144ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144ABD

Black with #144ABD

Text Example


Text Example

White with #144ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144ABD; }

 p { color: rgb(20,74,189); }

 H1.HeaderClassName
 {
   color: #144ABD;
 }
 .AnyTagClassName
 {
   color: #144ABD;
 }
</style>

background-color css

<style>
 a { background-color: #144ABD; }

 a { background-color: rgb(20,74,189); }

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

border-color css

<style>
 span { border-color: #144ABD; }

 span { border-color: rgb(20,74,189); }

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