Html Css Color HEX #142BD5 Persian Blue

📋 copy color: '#142BD5'

red 20 ◦ green 43 ◦ blue 213

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

Shades of Persian Blue #142BD5

Tints of Persian Blue #142BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 77.17%

R = 7.25%
G = 15.58%
B = 77.17%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#142BD5 (or 0x142BD5) is known color: Persian Blue. HEX triplet: 14, 2B and D5. RGB value is (20,43,213). Sum of RGB (Red+Green+Blue) = 20+43+213=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #142BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BD5 is #EBD42A. Grayscale: #363636. Windows color (decimal): -15455275 or 13970196. OLE color: 13970196.

HSL color Cylindrical-coordinate representation of color #142BD5: hue angle of 232.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142BD5 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 43 213 -
CMYK 0.91 0.80 0 0.16
HSL 232.85º 0.83% 0.46% -
HSV(B) 232.85º 0.91% 0.84% -
XYZ 13.16 6.68 63.55 -
YUV 55.5 216.88 102.68 -
System Red Green Blue C M Y K H S L
Decimal 20 43 213 0.91 0.80 0 0.16 232.85 0.83 0.46
Hex 14 2B D5 5B 50 0 10 E9 53 2E
Octal 24 53 325 133 120 0 20 351 123 56
Binary 10100 101011 11010101 1011011 1010000 0 10000 11101001 1010011 101110

Color Harmonies of #142BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BD5

Black with #142BD5

Text Example


Text Example

White with #142BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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