Html Css Color HEX #143FB1 Persian Blue

📋 copy color: '#143FB1'

red 20 ◦ green 63 ◦ blue 177

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

Shades of Persian Blue #143FB1

Tints of Persian Blue #143FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 177 (69.53% from 255) = 68.08%

R = 7.69%
G = 24.23%
B = 68.08%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#143FB1 (or 0x143FB1) is known color: Persian Blue. HEX triplet: 14, 3F and B1. RGB value is (20,63,177). Sum of RGB (Red+Green+Blue) = 20+63+177=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #143FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FB1 is #EBC04E. Grayscale: #3E3E3E. Windows color (decimal): -15450191 or 11616020. OLE color: 11616020.

HSL color Cylindrical-coordinate representation of color #143FB1: hue angle of 223.57º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143FB1 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 63 177 -
CMYK 0.89 0.64 0 0.31
HSL 223.57º 0.8% 0.39% -
HSV(B) 223.57º 0.89% 0.69% -
XYZ 10 6.88 42.4 -
YUV 63.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 20 63 177 0.89 0.64 0 0.31 223.57 0.8 0.39
Hex 14 3F B1 59 40 0 1F E0 50 27
Octal 24 77 261 131 100 0 37 340 120 47
Binary 10100 111111 10110001 1011001 1000000 0 11111 11100000 1010000 100111

Color Harmonies of #143FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FB1

Black with #143FB1

Text Example


Text Example

White with #143FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143FB1; }

 p { color: rgb(20,63,177); }

 H1.HeaderClassName
 {
   color: #143FB1;
 }
 .AnyTagClassName
 {
   color: #143FB1;
 }
</style>

background-color css

<style>
 a { background-color: #143FB1; }

 a { background-color: rgb(20,63,177); }

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

border-color css

<style>
 span { border-color: #143FB1; }

 span { border-color: rgb(20,63,177); }

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