Html Css Color HEX #142ECD Persian Blue

📋 copy color: '#142ECD'

red 20 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #142ECD

Tints of Persian Blue #142ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 205 (80.47% from 255) = 75.65%

R = 7.38%
G = 16.97%
B = 75.65%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#142ECD (or 0x142ECD) is known color: Persian Blue. HEX triplet: 14, 2E and CD. RGB value is (20,46,205). Sum of RGB (Red+Green+Blue) = 20+46+205=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #142ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ECD is #EBD132. Grayscale: #373737. Windows color (decimal): -15454515 or 13446676. OLE color: 13446676.

HSL color Cylindrical-coordinate representation of color #142ECD: hue angle of 231.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142ECD is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 46 205 -
CMYK 0.90 0.78 0 0.20
HSL 231.57º 0.82% 0.44% -
HSV(B) 231.57º 0.9% 0.8% -
XYZ 12.28 6.51 58.37 -
YUV 56.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 20 46 205 0.90 0.78 0 0.20 231.57 0.82 0.44
Hex 14 2E CD 5A 4E 0 14 E8 52 2C
Octal 24 56 315 132 116 0 24 350 122 54
Binary 10100 101110 11001101 1011010 1001110 0 10100 11101000 1010010 101100

Color Harmonies of #142ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ECD

Black with #142ECD

Text Example


Text Example

White with #142ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,205); }

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

background-color css

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

 a { background-color: rgb(20,46,205); }

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

border-color css

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

 span { border-color: rgb(20,46,205); }

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