Html Css Color HEX #142ECE Persian Blue

📋 copy color: '#142ECE'

red 20 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #142ECE

Tints of Persian Blue #142ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.74%

R = 7.35%
G = 16.91%
B = 75.74%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#142ECE (or 0x142ECE) is known color: Persian Blue. HEX triplet: 14, 2E and CE. RGB value is (20,46,206). Sum of RGB (Red+Green+Blue) = 20+46+206=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #142ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ECE is #EBD131. Grayscale: #373737. Windows color (decimal): -15454514 or 13512212. OLE color: 13512212.

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

Color convert

RGB 20 46 206 -
CMYK 0.90 0.78 0 0.19
HSL 231.61º 0.82% 0.44% -
HSV(B) 231.61º 0.9% 0.81% -
XYZ 12.41 6.56 59 -
YUV 56.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 20 46 206 0.90 0.78 0 0.19 231.61 0.82 0.44
Hex 14 2E CE 5A 4E 0 13 E8 52 2C
Octal 24 56 316 132 116 0 23 350 122 54
Binary 10100 101110 11001110 1011010 1001110 0 10011 11101000 1010010 101100

Color Harmonies of #142ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ECE

Black with #142ECE

Text Example


Text Example

White with #142ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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