Html Css Color HEX #143AD1 Persian Blue

📋 copy color: '#143AD1'

red 20 ◦ green 58 ◦ blue 209

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

Shades of Persian Blue #143AD1

Tints of Persian Blue #143AD1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

 BLUE value IS 209 (82.03% from 255) = 72.82%

R = 6.97%
G = 20.21%
B = 72.82%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#143AD1 (or 0x143AD1) is known color: Persian Blue. HEX triplet: 14, 3A and D1. RGB value is (20,58,209). Sum of RGB (Red+Green+Blue) = 20+58+209=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #143AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AD1 is #EBC52E. Grayscale: #3F3F3F. Windows color (decimal): -15451439 or 13711892. OLE color: 13711892.

HSL color Cylindrical-coordinate representation of color #143AD1: hue angle of 227.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143AD1 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 58 209 -
CMYK 0.90 0.72 0 0.18
HSL 227.94º 0.83% 0.45% -
HSV(B) 227.94º 0.9% 0.82% -
XYZ 13.31 7.78 61.12 -
YUV 63.85 209.91 96.72 -
System Red Green Blue C M Y K H S L
Decimal 20 58 209 0.90 0.72 0 0.18 227.94 0.83 0.45
Hex 14 3A D1 5A 48 0 12 E4 53 2D
Octal 24 72 321 132 110 0 22 344 123 55
Binary 10100 111010 11010001 1011010 1001000 0 10010 11100100 1010011 101101

Color Harmonies of #143AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AD1

Black with #143AD1

Text Example


Text Example

White with #143AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,58,209); }

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

background-color css

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

 a { background-color: rgb(20,58,209); }

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

border-color css

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

 span { border-color: rgb(20,58,209); }

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