Html Css Color HEX #143CC0 Persian Blue

📋 copy color: '#143CC0'

red 20 ◦ green 60 ◦ blue 192

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

Shades of Persian Blue #143CC0

Tints of Persian Blue #143CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 70.59%

R = 7.35%
G = 22.06%
B = 70.59%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#143CC0 (or 0x143CC0) is known color: Persian Blue. HEX triplet: 14, 3C and C0. RGB value is (20,60,192). Sum of RGB (Red+Green+Blue) = 20+60+192=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #143CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CC0 is #EBC33F. Grayscale: #3E3E3E. Windows color (decimal): -15450944 or 12598292. OLE color: 12598292.

HSL color Cylindrical-coordinate representation of color #143CC0: hue angle of 226.05º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143CC0 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 60 192 -
CMYK 0.90 0.69 0 0.25
HSL 226.05º 0.81% 0.42% -
HSV(B) 226.05º 0.9% 0.75% -
XYZ 11.42 7.19 50.65 -
YUV 63.09 200.75 97.27 -
System Red Green Blue C M Y K H S L
Decimal 20 60 192 0.90 0.69 0 0.25 226.05 0.81 0.42
Hex 14 3C C0 5A 45 0 19 E2 51 2A
Octal 24 74 300 132 105 0 31 342 121 52
Binary 10100 111100 11000000 1011010 1000101 0 11001 11100010 1010001 101010

Color Harmonies of #143CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CC0

Black with #143CC0

Text Example


Text Example

White with #143CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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