Html Css Color HEX #143FD5 Persian Blue

📋 copy color: '#143FD5'

red 20 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #143FD5

Tints of Persian Blue #143FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71.96%

R = 6.76%
G = 21.28%
B = 71.96%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#143FD5 (or 0x143FD5) is known color: Persian Blue. HEX triplet: 14, 3F and D5. RGB value is (20,63,213). Sum of RGB (Red+Green+Blue) = 20+63+213=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #143FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FD5 is #EBC02A. Grayscale: #424242. Windows color (decimal): -15450155 or 13975316. OLE color: 13975316.

HSL color Cylindrical-coordinate representation of color #143FD5: hue angle of 226.63º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143FD5 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 63 213 -
CMYK 0.91 0.70 0 0.16
HSL 226.63º 0.83% 0.46% -
HSV(B) 226.63º 0.91% 0.84% -
XYZ 14.08 8.51 63.85 -
YUV 67.24 210.25 94.3 -
System Red Green Blue C M Y K H S L
Decimal 20 63 213 0.91 0.70 0 0.16 226.63 0.83 0.46
Hex 14 3F D5 5B 46 0 10 E3 53 2E
Octal 24 77 325 133 106 0 20 343 123 56
Binary 10100 111111 11010101 1011011 1000110 0 10000 11100011 1010011 101110

Color Harmonies of #143FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FD5

Black with #143FD5

Text Example


Text Example

White with #143FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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