Html Css Color HEX #142BEB Persian Blue

📋 copy color: '#142BEB'

red 20 ◦ green 43 ◦ blue 235

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

Shades of Persian Blue #142BEB

Tints of Persian Blue #142BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 6.71%
G = 14.43%
B = 78.86%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#142BEB (or 0x142BEB) is known color: Persian Blue. HEX triplet: 14, 2B and EB. RGB value is (20,43,235). Sum of RGB (Red+Green+Blue) = 20+43+235=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #142BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142BEB is #EBD414. Grayscale: #393939. Windows color (decimal): -15455253 or 15411988. OLE color: 15411988.

HSL color Cylindrical-coordinate representation of color #142BEB: hue angle of 233.58º 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 #142BEB is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 43 235 -
CMYK 0.91 0.82 0 0.08
HSL 233.58º 0.84% 0.5% -
HSV(B) 233.58º 0.91% 0.92% -
XYZ 16.15 7.87 79.27 -
YUV 58.01 227.88 100.89 -
System Red Green Blue C M Y K H S L
Decimal 20 43 235 0.91 0.82 0 0.08 233.58 0.84 0.5
Hex 14 2B EB 5B 52 0 8 EA 54 32
Octal 24 53 353 133 122 0 10 352 124 62
Binary 10100 101011 11101011 1011011 1010010 0 1000 11101010 1010100 110010

Color Harmonies of #142BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BEB

Black with #142BEB

Text Example


Text Example

White with #142BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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