Html Css Color HEX #142FD1 Persian Blue

📋 copy color: '#142FD1'

red 20 ◦ green 47 ◦ blue 209

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

Shades of Persian Blue #142FD1

Tints of Persian Blue #142FD1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

 BLUE value IS 209 (82.03% from 255) = 75.72%

R = 7.25%
G = 17.03%
B = 75.72%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#142FD1 (or 0x142FD1) is known color: Persian Blue. HEX triplet: 14, 2F and D1. RGB value is (20,47,209). Sum of RGB (Red+Green+Blue) = 20+47+209=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 209 (82.03% from 255 or 75.72% from 276); Max value from RGB is 209 - color contains mainly: blue. Hex color #142FD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FD1 is #EBD02E. Grayscale: #383838. Windows color (decimal): -15454255 or 13709076. OLE color: 13709076.

HSL color Cylindrical-coordinate representation of color #142FD1: hue angle of 231.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142FD1 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 47 209 -
CMYK 0.90 0.78 0 0.18
HSL 231.43º 0.83% 0.45% -
HSV(B) 231.43º 0.9% 0.82% -
XYZ 12.81 6.79 60.96 -
YUV 57.4 213.55 101.33 -
System Red Green Blue C M Y K H S L
Decimal 20 47 209 0.90 0.78 0 0.18 231.43 0.83 0.45
Hex 14 2F D1 5A 4E 0 12 E7 53 2D
Octal 24 57 321 132 116 0 22 347 123 55
Binary 10100 101111 11010001 1011010 1001110 0 10010 11100111 1010011 101101

Color Harmonies of #142FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FD1

Black with #142FD1

Text Example


Text Example

White with #142FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,209); }

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

background-color css

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

 a { background-color: rgb(20,47,209); }

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

border-color css

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

 span { border-color: rgb(20,47,209); }

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