Html Css Color HEX #144AD0 Persian Blue

📋 copy color: '#144AD0'

red 20 ◦ green 74 ◦ blue 208

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

Shades of Persian Blue #144AD0

Tints of Persian Blue #144AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.87%

R = 6.62%
G = 24.5%
B = 68.87%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#144AD0 (or 0x144AD0) is known color: Persian Blue. HEX triplet: 14, 4A and D0. RGB value is (20,74,208). Sum of RGB (Red+Green+Blue) = 20+74+208=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #144AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AD0 is #EBB52F. Grayscale: #484848. Windows color (decimal): -15447344 or 13650452. OLE color: 13650452.

HSL color Cylindrical-coordinate representation of color #144AD0: hue angle of 222.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144AD0 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 74 208 -
CMYK 0.90 0.64 0 0.18
HSL 222.77º 0.82% 0.45% -
HSV(B) 222.77º 0.9% 0.82% -
XYZ 14.12 9.6 60.78 -
YUV 73.13 204.11 90.1 -
System Red Green Blue C M Y K H S L
Decimal 20 74 208 0.90 0.64 0 0.18 222.77 0.82 0.45
Hex 14 4A D0 5A 40 0 12 DF 52 2D
Octal 24 112 320 132 100 0 22 337 122 55
Binary 10100 1001010 11010000 1011010 1000000 0 10010 11011111 1010010 101101

Color Harmonies of #144AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144AD0

Black with #144AD0

Text Example


Text Example

White with #144AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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