Html Css Color HEX #143FDB Persian Blue

📋 copy color: '#143FDB'

red 20 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #143FDB

Tints of Persian Blue #143FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 6.62%
G = 20.86%
B = 72.52%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#143FDB (or 0x143FDB) is known color: Persian Blue. HEX triplet: 14, 3F and DB. RGB value is (20,63,219). Sum of RGB (Red+Green+Blue) = 20+63+219=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #143FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FDB is #EBC024. Grayscale: #434343. Windows color (decimal): -15450149 or 14368532. OLE color: 14368532.

HSL color Cylindrical-coordinate representation of color #143FDB: hue angle of 227.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143FDB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 63 219 -
CMYK 0.91 0.71 0 0.14
HSL 227.04º 0.83% 0.47% -
HSV(B) 227.04º 0.91% 0.86% -
XYZ 14.85 8.82 67.94 -
YUV 67.93 213.25 93.82 -
System Red Green Blue C M Y K H S L
Decimal 20 63 219 0.91 0.71 0 0.14 227.04 0.83 0.47
Hex 14 3F DB 5B 47 0 E E3 53 2F
Octal 24 77 333 133 107 0 16 343 123 57
Binary 10100 111111 11011011 1011011 1000111 0 1110 11100011 1010011 101111

Color Harmonies of #143FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FDB

Black with #143FDB

Text Example


Text Example

White with #143FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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