Html Css Color HEX #144BBF Persian Blue

📋 copy color: '#144BBF'

red 20 ◦ green 75 ◦ blue 191

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

Shades of Persian Blue #144BBF

Tints of Persian Blue #144BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.78%

R = 6.99%
G = 26.22%
B = 66.78%

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

#144BBF (or 0x144BBF) is known color: Persian Blue. HEX triplet: 14, 4B and BF. RGB value is (20,75,191). Sum of RGB (Red+Green+Blue) = 20+75+191=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #144BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BBF is #EBB440. Grayscale: #474747. Windows color (decimal): -15447105 or 12536596. OLE color: 12536596.

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

Color convert

RGB 20 75 191 -
CMYK 0.90 0.61 0 0.25
HSL 220.7º 0.81% 0.41% -
HSV(B) 220.7º 0.9% 0.75% -
XYZ 12.21 8.94 50.37 -
YUV 71.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 20 75 191 0.90 0.61 0 0.25 220.7 0.81 0.41
Hex 14 4B BF 5A 3D 0 19 DD 51 29
Octal 24 113 277 132 75 0 31 335 121 51
Binary 10100 1001011 10111111 1011010 111101 0 11001 11011101 1010001 101001

Color Harmonies of #144BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144BBF

Black with #144BBF

Text Example


Text Example

White with #144BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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