Html Css Color HEX #142BD7 Persian Blue

📋 copy color: '#142BD7'

red 20 ◦ green 43 ◦ blue 215

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

Shades of Persian Blue #142BD7

Tints of Persian Blue #142BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 77.34%

R = 7.19%
G = 15.47%
B = 77.34%

CMYK

 C value IS 0.91

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#142BD7 (or 0x142BD7) is known color: Persian Blue. HEX triplet: 14, 2B and D7. RGB value is (20,43,215). Sum of RGB (Red+Green+Blue) = 20+43+215=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 215 (84.38% from 255 or 77.34% from 278); Max value from RGB is 215 - color contains mainly: blue. Hex color #142BD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BD7 is #EBD428. Grayscale: #373737. Windows color (decimal): -15455273 or 14101268. OLE color: 14101268.

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

Color convert

RGB 20 43 215 -
CMYK 0.91 0.8 0 0.16
HSL 232.92º 0.83% 0.46% -
HSV(B) 232.92º 0.91% 0.84% -
XYZ 13.42 6.78 64.89 -
YUV 55.73 217.88 102.51 -
System Red Green Blue C M Y K H S L
Decimal 20 43 215 0.91 0.8 0 0.16 232.92 0.83 0.46
Hex 14 2B D7 5B 50 0 10 E9 53 2E
Octal 24 53 327 133 120 0 20 351 123 56
Binary 10100 101011 11010111 1011011 1010000 0 10000 11101001 1010011 101110

Color Harmonies of #142BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BD7

Black with #142BD7

Text Example


Text Example

White with #142BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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