Html Css Color HEX #143FCF Persian Blue

📋 copy color: '#143FCF'

red 20 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #143FCF

Tints of Persian Blue #143FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.38%

R = 6.9%
G = 21.72%
B = 71.38%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#143FCF (or 0x143FCF) is known color: Persian Blue. HEX triplet: 14, 3F and CF. RGB value is (20,63,207). Sum of RGB (Red+Green+Blue) = 20+63+207=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #143FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FCF is #EBC030. Grayscale: #414141. Windows color (decimal): -15450161 or 13582100. OLE color: 13582100.

HSL color Cylindrical-coordinate representation of color #143FCF: hue angle of 226.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143FCF is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 63 207 -
CMYK 0.90 0.70 0 0.19
HSL 226.2º 0.82% 0.45% -
HSV(B) 226.2º 0.9% 0.81% -
XYZ 13.33 8.21 59.91 -
YUV 66.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 20 63 207 0.90 0.70 0 0.19 226.2 0.82 0.45
Hex 14 3F CF 5A 46 0 13 E2 52 2D
Octal 24 77 317 132 106 0 23 342 122 55
Binary 10100 111111 11001111 1011010 1000110 0 10011 11100010 1010010 101101

Color Harmonies of #143FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FCF

Black with #143FCF

Text Example


Text Example

White with #143FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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