Html Css Color HEX #144BBB Persian Blue

📋 copy color: '#144BBB'

red 20 ◦ green 75 ◦ blue 187

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

Shades of Persian Blue #144BBB

Tints of Persian Blue #144BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.31%

R = 7.09%
G = 26.6%
B = 66.31%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#144BBB (or 0x144BBB) is known color: Persian Blue. HEX triplet: 14, 4B and BB. RGB value is (20,75,187). Sum of RGB (Red+Green+Blue) = 20+75+187=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #144BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BBB is #EBB444. Grayscale: #464646. Windows color (decimal): -15447109 or 12274452. OLE color: 12274452.

HSL color Cylindrical-coordinate representation of color #144BBB: hue angle of 220.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144BBB is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 75 187 -
CMYK 0.89 0.60 0 0.27
HSL 220.24º 0.81% 0.41% -
HSV(B) 220.24º 0.89% 0.73% -
XYZ 11.77 8.77 48.09 -
YUV 71.32 193.28 91.39 -
System Red Green Blue C M Y K H S L
Decimal 20 75 187 0.89 0.60 0 0.27 220.24 0.81 0.41
Hex 14 4B BB 59 3C 0 1B DC 51 29
Octal 24 113 273 131 74 0 33 334 121 51
Binary 10100 1001011 10111011 1011001 111100 0 11011 11011100 1010001 101001

Color Harmonies of #144BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BBB

Black with #144BBB

Text Example


Text Example

White with #144BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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