Html Css Color HEX #144BBD Persian Blue

📋 copy color: '#144BBD'

red 20 ◦ green 75 ◦ blue 189

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

Shades of Persian Blue #144BBD

Tints of Persian Blue #144BBD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.41%

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

R = 7.04%
G = 26.41%
B = 66.55%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#144BBD (or 0x144BBD) is known color: Persian Blue. HEX triplet: 14, 4B and BD. RGB value is (20,75,189). Sum of RGB (Red+Green+Blue) = 20+75+189=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #144BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BBD is #EBB442. Grayscale: #474747. Windows color (decimal): -15447107 or 12405524. OLE color: 12405524.

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

Color convert

RGB 20 75 189 -
CMYK 0.89 0.60 0 0.26
HSL 220.47º 0.81% 0.41% -
HSV(B) 220.47º 0.89% 0.74% -
XYZ 11.99 8.86 49.22 -
YUV 71.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 20 75 189 0.89 0.60 0 0.26 220.47 0.81 0.41
Hex 14 4B BD 59 3C 0 1A DC 51 29
Octal 24 113 275 131 74 0 32 334 121 51
Binary 10100 1001011 10111101 1011001 111100 0 11010 11011100 1010001 101001

Color Harmonies of #144BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BBD

Black with #144BBD

Text Example


Text Example

White with #144BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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