Html Css Color HEX #142BE8 Persian Blue

📋 copy color: '#142BE8'

red 20 ◦ green 43 ◦ blue 232

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

Shades of Persian Blue #142BE8

Tints of Persian Blue #142BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 78.64%

R = 6.78%
G = 14.58%
B = 78.64%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#142BE8 (or 0x142BE8) is known color: Persian Blue. HEX triplet: 14, 2B and E8. RGB value is (20,43,232). Sum of RGB (Red+Green+Blue) = 20+43+232=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 232 (91.02% from 255 or 78.64% from 295); Max value from RGB is 232 - color contains mainly: blue. Hex color #142BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142BE8 is #EBD417. Grayscale: #383838. Windows color (decimal): -15455256 or 15215380. OLE color: 15215380.

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

Color convert

RGB 20 43 232 -
CMYK 0.91 0.81 0 0.09
HSL 233.49º 0.84% 0.49% -
HSV(B) 233.49º 0.91% 0.91% -
XYZ 15.72 7.7 77 -
YUV 57.67 226.38 101.13 -
System Red Green Blue C M Y K H S L
Decimal 20 43 232 0.91 0.81 0 0.09 233.49 0.84 0.49
Hex 14 2B E8 5B 51 0 9 E9 54 31
Octal 24 53 350 133 121 0 11 351 124 61
Binary 10100 101011 11101000 1011011 1010001 0 1001 11101001 1010100 110001

Color Harmonies of #142BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BE8

Black with #142BE8

Text Example


Text Example

White with #142BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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