Html Css Color HEX #143FD6 Persian Blue

📋 copy color: '#143FD6'

red 20 ◦ green 63 ◦ blue 214

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

Shades of Persian Blue #143FD6

Tints of Persian Blue #143FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 72.05%

R = 6.73%
G = 21.21%
B = 72.05%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#143FD6 (or 0x143FD6) is known color: Persian Blue. HEX triplet: 14, 3F and D6. RGB value is (20,63,214). Sum of RGB (Red+Green+Blue) = 20+63+214=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 214 (83.98% from 255 or 72.05% from 297); Max value from RGB is 214 - color contains mainly: blue. Hex color #143FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FD6 is #EBC029. Grayscale: #424242. Windows color (decimal): -15450154 or 14040852. OLE color: 14040852.

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

Color convert

RGB 20 63 214 -
CMYK 0.91 0.71 0 0.16
HSL 226.7º 0.83% 0.46% -
HSV(B) 226.7º 0.91% 0.84% -
XYZ 14.2 8.56 64.52 -
YUV 67.36 210.75 94.22 -
System Red Green Blue C M Y K H S L
Decimal 20 63 214 0.91 0.71 0 0.16 226.7 0.83 0.46
Hex 14 3F D6 5B 47 0 10 E3 53 2E
Octal 24 77 326 133 107 0 20 343 123 56
Binary 10100 111111 11010110 1011011 1000111 0 10000 11100011 1010011 101110

Color Harmonies of #143FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FD6

Black with #143FD6

Text Example


Text Example

White with #143FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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