Html Css Color HEX #142ECB Persian Blue

📋 copy color: '#142ECB'

red 20 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #142ECB

Tints of Persian Blue #142ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 7.43%
G = 17.1%
B = 75.46%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#142ECB (or 0x142ECB) is known color: Persian Blue. HEX triplet: 14, 2E and CB. RGB value is (20,46,203). Sum of RGB (Red+Green+Blue) = 20+46+203=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #142ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ECB is #EBD134. Grayscale: #373737. Windows color (decimal): -15454517 or 13315604. OLE color: 13315604.

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

Color convert

RGB 20 46 203 -
CMYK 0.90 0.77 0 0.20
HSL 231.48º 0.82% 0.44% -
HSV(B) 231.48º 0.9% 0.8% -
XYZ 12.04 6.41 57.1 -
YUV 56.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 20 46 203 0.90 0.77 0 0.20 231.48 0.82 0.44
Hex 14 2E CB 5A 4D 0 14 E7 52 2C
Octal 24 56 313 132 115 0 24 347 122 54
Binary 10100 101110 11001011 1011010 1001101 0 10100 11100111 1010010 101100

Color Harmonies of #142ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142ECB

Black with #142ECB

Text Example


Text Example

White with #142ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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