Html Css Color HEX #142CEB Persian Blue

📋 copy color: '#142CEB'

red 20 ◦ green 44 ◦ blue 235

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

Shades of Persian Blue #142CEB

Tints of Persian Blue #142CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.6%

R = 6.69%
G = 14.72%
B = 78.6%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#142CEB (or 0x142CEB) is known color: Persian Blue. HEX triplet: 14, 2C and EB. RGB value is (20,44,235). Sum of RGB (Red+Green+Blue) = 20+44+235=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #142CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142CEB is #EBD314. Grayscale: #393939. Windows color (decimal): -15454997 or 15412244. OLE color: 15412244.

HSL color Cylindrical-coordinate representation of color #142CEB: hue angle of 233.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142CEB is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 44 235 -
CMYK 0.91 0.81 0 0.08
HSL 233.3º 0.84% 0.5% -
HSV(B) 233.3º 0.91% 0.92% -
XYZ 16.18 7.95 79.28 -
YUV 58.6 227.55 100.47 -
System Red Green Blue C M Y K H S L
Decimal 20 44 235 0.91 0.81 0 0.08 233.3 0.84 0.5
Hex 14 2C EB 5B 51 0 8 E9 54 32
Octal 24 54 353 133 121 0 10 351 124 62
Binary 10100 101100 11101011 1011011 1010001 0 1000 11101001 1010100 110010

Color Harmonies of #142CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142CEB

Black with #142CEB

Text Example


Text Example

White with #142CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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