Html Css Color HEX #142DDB Persian Blue

📋 copy color: '#142DDB'

red 20 ◦ green 45 ◦ blue 219

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

Shades of Persian Blue #142DDB

Tints of Persian Blue #142DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

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

R = 7.04%
G = 15.85%
B = 77.11%

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

#142DDB (or 0x142DDB) is known color: Persian Blue. HEX triplet: 14, 2D and DB. RGB value is (20,45,219). Sum of RGB (Red+Green+Blue) = 20+45+219=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #142DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DDB is #EBD224. Grayscale: #383838. Windows color (decimal): -15454757 or 14363924. OLE color: 14363924.

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

Color convert

RGB 20 45 219 -
CMYK 0.91 0.79 0 0.14
HSL 232.46º 0.83% 0.47% -
HSV(B) 232.46º 0.91% 0.86% -
XYZ 14.01 7.14 67.66 -
YUV 57.36 219.22 101.35 -
System Red Green Blue C M Y K H S L
Decimal 20 45 219 0.91 0.79 0 0.14 232.46 0.83 0.47
Hex 14 2D DB 5B 4F 0 E E8 53 2F
Octal 24 55 333 133 117 0 16 350 123 57
Binary 10100 101101 11011011 1011011 1001111 0 1110 11101000 1010011 101111

Color Harmonies of #142DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DDB

Black with #142DDB

Text Example


Text Example

White with #142DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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