Html Css Color HEX #142DD6 Persian Blue

📋 copy color: '#142DD6'

red 20 ◦ green 45 ◦ blue 214

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

Shades of Persian Blue #142DD6

Tints of Persian Blue #142DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 76.7%

R = 7.17%
G = 16.13%
B = 76.7%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#142DD6 (or 0x142DD6) is known color: Persian Blue. HEX triplet: 14, 2D and D6. RGB value is (20,45,214). Sum of RGB (Red+Green+Blue) = 20+45+214=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #142DD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DD6 is #EBD229. Grayscale: #383838. Windows color (decimal): -15454762 or 14036244. OLE color: 14036244.

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

Color convert

RGB 20 45 214 -
CMYK 0.91 0.79 0 0.16
HSL 232.27º 0.83% 0.46% -
HSV(B) 232.27º 0.91% 0.84% -
XYZ 13.36 6.88 64.24 -
YUV 56.79 216.72 101.76 -
System Red Green Blue C M Y K H S L
Decimal 20 45 214 0.91 0.79 0 0.16 232.27 0.83 0.46
Hex 14 2D D6 5B 4F 0 10 E8 53 2E
Octal 24 55 326 133 117 0 20 350 123 56
Binary 10100 101101 11010110 1011011 1001111 0 10000 11101000 1010011 101110

Color Harmonies of #142DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DD6

Black with #142DD6

Text Example


Text Example

White with #142DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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