Html Css Color HEX #143DDB Persian Blue

📋 copy color: '#143DDB'

red 20 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #143DDB

Tints of Persian Blue #143DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

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

R = 6.67%
G = 20.33%
B = 73%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#143DDB (or 0x143DDB) is known color: Persian Blue. HEX triplet: 14, 3D and DB. RGB value is (20,61,219). Sum of RGB (Red+Green+Blue) = 20+61+219=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #143DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DDB is #EBC224. Grayscale: #424242. Windows color (decimal): -15450661 or 14368020. OLE color: 14368020.

HSL color Cylindrical-coordinate representation of color #143DDB: hue angle of 227.64º 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 #143DDB is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 61 219 -
CMYK 0.91 0.72 0 0.14
HSL 227.64º 0.83% 0.47% -
HSV(B) 227.64º 0.91% 0.86% -
XYZ 14.74 8.6 67.9 -
YUV 66.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 20 61 219 0.91 0.72 0 0.14 227.64 0.83 0.47
Hex 14 3D DB 5B 48 0 E E4 53 2F
Octal 24 75 333 133 110 0 16 344 123 57
Binary 10100 111101 11011011 1011011 1001000 0 1110 11100100 1010011 101111

Color Harmonies of #143DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DDB

Black with #143DDB

Text Example


Text Example

White with #143DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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