Html Css Color HEX #144AC0 Persian Blue

📋 copy color: '#144AC0'

red 20 ◦ green 74 ◦ blue 192

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

Shades of Persian Blue #144AC0

Tints of Persian Blue #144AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 67.13%

R = 6.99%
G = 25.87%
B = 67.13%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#144AC0 (or 0x144AC0) is known color: Persian Blue. HEX triplet: 14, 4A and C0. RGB value is (20,74,192). Sum of RGB (Red+Green+Blue) = 20+74+192=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #144AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AC0 is #EBB53F. Grayscale: #464646. Windows color (decimal): -15447360 or 12601876. OLE color: 12601876.

HSL color Cylindrical-coordinate representation of color #144AC0: hue angle of 221.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144AC0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 74 192 -
CMYK 0.90 0.61 0 0.25
HSL 221.16º 0.81% 0.42% -
HSV(B) 221.16º 0.9% 0.75% -
XYZ 12.25 8.85 50.93 -
YUV 71.31 196.11 91.41 -
System Red Green Blue C M Y K H S L
Decimal 20 74 192 0.90 0.61 0 0.25 221.16 0.81 0.42
Hex 14 4A C0 5A 3D 0 19 DD 51 2A
Octal 24 112 300 132 75 0 31 335 121 52
Binary 10100 1001010 11000000 1011010 111101 0 11001 11011101 1010001 101010

Color Harmonies of #144AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AC0

Black with #144AC0

Text Example


Text Example

White with #144AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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