Html Css Color HEX #142DC0 Persian Blue

📋 copy color: '#142DC0'

red 20 ◦ green 45 ◦ blue 192

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

Shades of Persian Blue #142DC0

Tints of Persian Blue #142DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

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

R = 7.78%
G = 17.51%
B = 74.71%

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

#142DC0 (or 0x142DC0) is known color: Persian Blue. HEX triplet: 14, 2D and C0. RGB value is (20,45,192). Sum of RGB (Red+Green+Blue) = 20+45+192=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #142DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DC0 is #EBD23F. Grayscale: #353535. Windows color (decimal): -15454784 or 12594452. OLE color: 12594452.

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

Color convert

RGB 20 45 192 -
CMYK 0.90 0.77 0 0.25
HSL 231.28º 0.81% 0.42% -
HSV(B) 231.28º 0.9% 0.75% -
XYZ 10.74 5.83 50.43 -
YUV 54.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 20 45 192 0.90 0.77 0 0.25 231.28 0.81 0.42
Hex 14 2D C0 5A 4D 0 19 E7 51 2A
Octal 24 55 300 132 115 0 31 347 121 52
Binary 10100 101101 11000000 1011010 1001101 0 11001 11100111 1010001 101010

Color Harmonies of #142DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DC0

Black with #142DC0

Text Example


Text Example

White with #142DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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