Html Css Color HEX #142CC0 Persian Blue

📋 copy color: '#142CC0'

red 20 ◦ green 44 ◦ blue 192

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

Shades of Persian Blue #142CC0

Tints of Persian Blue #142CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

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

R = 7.81%
G = 17.19%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#142CC0 (or 0x142CC0) is known color: Persian Blue. HEX triplet: 14, 2C and C0. RGB value is (20,44,192). Sum of RGB (Red+Green+Blue) = 20+44+192=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 192 (75.39% from 255 or 75% from 256); Max value from RGB is 192 - color contains mainly: blue. Hex color #142CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CC0 is #EBD33F. Grayscale: #353535. Windows color (decimal): -15455040 or 12594196. OLE color: 12594196.

HSL color Cylindrical-coordinate representation of color #142CC0: hue angle of 231.63º 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 #142CC0 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 44 192 -
CMYK 0.90 0.77 0 0.25
HSL 231.63º 0.81% 0.42% -
HSV(B) 231.63º 0.9% 0.75% -
XYZ 10.7 5.76 50.42 -
YUV 53.7 206.05 103.97 -
System Red Green Blue C M Y K H S L
Decimal 20 44 192 0.90 0.77 0 0.25 231.63 0.81 0.42
Hex 14 2C C0 5A 4D 0 19 E8 51 2A
Octal 24 54 300 132 115 0 31 350 121 52
Binary 10100 101100 11000000 1011010 1001101 0 11001 11101000 1010001 101010

Color Harmonies of #142CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142CC0

Black with #142CC0

Text Example


Text Example

White with #142CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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