Html Css Color HEX #144ABE Persian Blue

📋 copy color: '#144ABE'

red 20 ◦ green 74 ◦ blue 190

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

Shades of Persian Blue #144ABE

Tints of Persian Blue #144ABE

RGB

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

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

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

R = 7.04%
G = 26.06%
B = 66.9%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#144ABE (or 0x144ABE) is known color: Persian Blue. HEX triplet: 14, 4A and BE. RGB value is (20,74,190). Sum of RGB (Red+Green+Blue) = 20+74+190=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #144ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ABE is #EBB541. Grayscale: #464646. Windows color (decimal): -15447362 or 12470804. OLE color: 12470804.

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

Color convert

RGB 20 74 190 -
CMYK 0.89 0.61 0 0.25
HSL 220.94º 0.81% 0.41% -
HSV(B) 220.94º 0.89% 0.75% -
XYZ 12.03 8.76 49.77 -
YUV 71.08 195.11 91.57 -
System Red Green Blue C M Y K H S L
Decimal 20 74 190 0.89 0.61 0 0.25 220.94 0.81 0.41
Hex 14 4A BE 59 3D 0 19 DD 51 29
Octal 24 112 276 131 75 0 31 335 121 51
Binary 10100 1001010 10111110 1011001 111101 0 11001 11011101 1010001 101001

Color Harmonies of #144ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144ABE

Black with #144ABE

Text Example


Text Example

White with #144ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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