Html Css Color HEX #143ADB Persian Blue

📋 copy color: '#143ADB'

red 20 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #143ADB

Tints of Persian Blue #143ADB

RGB

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

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

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

R = 6.73%
G = 19.53%
B = 73.74%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#143ADB (or 0x143ADB) is known color: Persian Blue. HEX triplet: 14, 3A and DB. RGB value is (20,58,219). Sum of RGB (Red+Green+Blue) = 20+58+219=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #143ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ADB is #EBC524. Grayscale: #404040. Windows color (decimal): -15451429 or 14367252. OLE color: 14367252.

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

Color convert

RGB 20 58 219 -
CMYK 0.91 0.74 0 0.14
HSL 228.54º 0.83% 0.47% -
HSV(B) 228.54º 0.91% 0.86% -
XYZ 14.59 8.29 67.85 -
YUV 64.99 214.91 95.91 -
System Red Green Blue C M Y K H S L
Decimal 20 58 219 0.91 0.74 0 0.14 228.54 0.83 0.47
Hex 14 3A DB 5B 4A 0 E E5 53 2F
Octal 24 72 333 133 112 0 16 345 123 57
Binary 10100 111010 11011011 1011011 1001010 0 1110 11100101 1010011 101111

Color Harmonies of #143ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ADB

Black with #143ADB

Text Example


Text Example

White with #143ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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