Html Css Color HEX #144ABC Persian Blue

📋 copy color: '#144ABC'

red 20 ◦ green 74 ◦ blue 188

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

Shades of Persian Blue #144ABC

Tints of Persian Blue #144ABC

RGB

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

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

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

R = 7.09%
G = 26.24%
B = 66.67%

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

#144ABC (or 0x144ABC) is known color: Persian Blue. HEX triplet: 14, 4A and BC. RGB value is (20,74,188). Sum of RGB (Red+Green+Blue) = 20+74+188=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #144ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ABC is #EBB543. Grayscale: #464646. Windows color (decimal): -15447364 or 12339732. OLE color: 12339732.

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

Color convert

RGB 20 74 188 -
CMYK 0.89 0.61 0 0.26
HSL 220.71º 0.81% 0.41% -
HSV(B) 220.71º 0.89% 0.74% -
XYZ 11.81 8.68 48.63 -
YUV 70.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 20 74 188 0.89 0.61 0 0.26 220.71 0.81 0.41
Hex 14 4A BC 59 3D 0 1A DD 51 29
Octal 24 112 274 131 75 0 32 335 121 51
Binary 10100 1001010 10111100 1011001 111101 0 11010 11011101 1010001 101001

Color Harmonies of #144ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144ABC

Black with #144ABC

Text Example


Text Example

White with #144ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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