Html Css Color HEX #143FC8 Persian Blue

📋 copy color: '#143FC8'

red 20 ◦ green 63 ◦ blue 200

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

Shades of Persian Blue #143FC8

Tints of Persian Blue #143FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.67%

R = 7.07%
G = 22.26%
B = 70.67%

CMYK

 C value IS 0.9

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#143FC8 (or 0x143FC8) is known color: Persian Blue. HEX triplet: 14, 3F and C8. RGB value is (20,63,200). Sum of RGB (Red+Green+Blue) = 20+63+200=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #143FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FC8 is #EBC037. Grayscale: #414141. Windows color (decimal): -15450168 or 13123348. OLE color: 13123348.

HSL color Cylindrical-coordinate representation of color #143FC8: hue angle of 225.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143FC8 is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 63 200 -
CMYK 0.9 0.68 0 0.22
HSL 225.67º 0.82% 0.43% -
HSV(B) 225.67º 0.9% 0.78% -
XYZ 12.49 7.87 55.51 -
YUV 65.76 203.75 95.36 -
System Red Green Blue C M Y K H S L
Decimal 20 63 200 0.9 0.68 0 0.22 225.67 0.82 0.43
Hex 14 3F C8 5A 44 0 16 E2 52 2B
Octal 24 77 310 132 104 0 26 342 122 53
Binary 10100 111111 11001000 1011010 1000100 0 10110 11100010 1010010 101011

Color Harmonies of #143FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143FC8

Black with #143FC8

Text Example


Text Example

White with #143FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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