Html Css Color HEX #142EDB Persian Blue

📋 copy color: '#142EDB'

red 20 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #142EDB

Tints of Persian Blue #142EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.84%

R = 7.02%
G = 16.14%
B = 76.84%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#142EDB (or 0x142EDB) is known color: Persian Blue. HEX triplet: 14, 2E and DB. RGB value is (20,46,219). Sum of RGB (Red+Green+Blue) = 20+46+219=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #142EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142EDB is #EBD124. Grayscale: #393939. Windows color (decimal): -15454501 or 14364180. OLE color: 14364180.

HSL color Cylindrical-coordinate representation of color #142EDB: hue angle of 232.16º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142EDB is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 46 219 -
CMYK 0.91 0.79 0 0.14
HSL 232.16º 0.83% 0.47% -
HSV(B) 232.16º 0.91% 0.86% -
XYZ 14.05 7.22 67.67 -
YUV 57.95 218.89 100.93 -
System Red Green Blue C M Y K H S L
Decimal 20 46 219 0.91 0.79 0 0.14 232.16 0.83 0.47
Hex 14 2E DB 5B 4F 0 E E8 53 2F
Octal 24 56 333 133 117 0 16 350 123 57
Binary 10100 101110 11011011 1011011 1001111 0 1110 11101000 1010011 101111

Color Harmonies of #142EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EDB

Black with #142EDB

Text Example


Text Example

White with #142EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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