Html Css Color HEX #142DBD Persian Blue

📋 copy color: '#142DBD'

red 20 ◦ green 45 ◦ blue 189

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

Shades of Persian Blue #142DBD

Tints of Persian Blue #142DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 74.41%

R = 7.87%
G = 17.72%
B = 74.41%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#142DBD (or 0x142DBD) is known color: Persian Blue. HEX triplet: 14, 2D and BD. RGB value is (20,45,189). Sum of RGB (Red+Green+Blue) = 20+45+189=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #142DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DBD is #EBD242. Grayscale: #353535. Windows color (decimal): -15454787 or 12397844. OLE color: 12397844.

HSL color Cylindrical-coordinate representation of color #142DBD: hue angle of 231.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142DBD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 45 189 -
CMYK 0.89 0.76 0 0.26
HSL 231.12º 0.81% 0.41% -
HSV(B) 231.12º 0.89% 0.74% -
XYZ 10.41 5.7 48.7 -
YUV 53.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 20 45 189 0.89 0.76 0 0.26 231.12 0.81 0.41
Hex 14 2D BD 59 4C 0 1A E7 51 29
Octal 24 55 275 131 114 0 32 347 121 51
Binary 10100 101101 10111101 1011001 1001100 0 11010 11100111 1010001 101001

Color Harmonies of #142DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DBD

Black with #142DBD

Text Example


Text Example

White with #142DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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