Html Css Color HEX #142BEA Persian Blue

📋 copy color: '#142BEA'

red 20 ◦ green 43 ◦ blue 234

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

Shades of Persian Blue #142BEA

Tints of Persian Blue #142BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 78.79%

R = 6.73%
G = 14.48%
B = 78.79%

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

#142BEA (or 0x142BEA) is known color: Persian Blue. HEX triplet: 14, 2B and EA. RGB value is (20,43,234). Sum of RGB (Red+Green+Blue) = 20+43+234=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #142BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142BEA is #EBD415. Grayscale: #393939. Windows color (decimal): -15455254 or 15346452. OLE color: 15346452.

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

Color convert

RGB 20 43 234 -
CMYK 0.91 0.82 0 0.08
HSL 233.55º 0.84% 0.5% -
HSV(B) 233.55º 0.91% 0.92% -
XYZ 16 7.82 78.51 -
YUV 57.9 227.38 100.97 -
System Red Green Blue C M Y K H S L
Decimal 20 43 234 0.91 0.82 0 0.08 233.55 0.84 0.5
Hex 14 2B EA 5B 52 0 8 EA 54 32
Octal 24 53 352 133 122 0 10 352 124 62
Binary 10100 101011 11101010 1011011 1010010 0 1000 11101010 1010100 110010

Color Harmonies of #142BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BEA

Black with #142BEA

Text Example


Text Example

White with #142BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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