Html Css Color HEX #143CE1 Persian Blue

📋 copy color: '#143CE1'

red 20 ◦ green 60 ◦ blue 225

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

Shades of Persian Blue #143CE1

Tints of Persian Blue #143CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 225 (88.28% from 255) = 73.77%

R = 6.56%
G = 19.67%
B = 73.77%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#143CE1 (or 0x143CE1) is known color: Persian Blue. HEX triplet: 14, 3C and E1. RGB value is (20,60,225). Sum of RGB (Red+Green+Blue) = 20+60+225=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 225 (88.28% from 255 or 73.77% from 305); Max value from RGB is 225 - color contains mainly: blue. Hex color #143CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CE1 is #EBC31E. Grayscale: #424242. Windows color (decimal): -15450911 or 14760980. OLE color: 14760980.

HSL color Cylindrical-coordinate representation of color #143CE1: hue angle of 228.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143CE1 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 60 225 -
CMYK 0.91 0.73 0 0.12
HSL 228.29º 0.84% 0.48% -
HSV(B) 228.29º 0.91% 0.88% -
XYZ 15.49 8.82 72.12 -
YUV 66.85 217.25 94.58 -
System Red Green Blue C M Y K H S L
Decimal 20 60 225 0.91 0.73 0 0.12 228.29 0.84 0.48
Hex 14 3C E1 5B 49 0 C E4 54 30
Octal 24 74 341 133 111 0 14 344 124 60
Binary 10100 111100 11100001 1011011 1001001 0 1100 11100100 1010100 110000

Color Harmonies of #143CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CE1

Black with #143CE1

Text Example


Text Example

White with #143CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,225); }

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

background-color css

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

 a { background-color: rgb(20,60,225); }

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

border-color css

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

 span { border-color: rgb(20,60,225); }

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