Html Css Color HEX #142AB6 Persian Blue

📋 copy color: '#142AB6'

red 20 ◦ green 42 ◦ blue 182

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

Shades of Persian Blue #142AB6

Tints of Persian Blue #142AB6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.21%

 BLUE value IS 182 (71.48% from 255) = 74.59%

R = 8.2%
G = 17.21%
B = 74.59%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#142AB6 (or 0x142AB6) is known color: Persian Blue. HEX triplet: 14, 2A and B6. RGB value is (20,42,182). Sum of RGB (Red+Green+Blue) = 20+42+182=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 182 (71.48% from 255 or 74.59% from 244); Max value from RGB is 182 - color contains mainly: blue. Hex color #142AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142AB6 is #EBD549. Grayscale: #323232. Windows color (decimal): -15455562 or 11938324. OLE color: 11938324.

HSL color Cylindrical-coordinate representation of color #142AB6: hue angle of 231.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142AB6 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 42 182 -
CMYK 0.89 0.77 0 0.29
HSL 231.85º 0.8% 0.4% -
HSV(B) 231.85º 0.89% 0.71% -
XYZ 9.56 5.18 44.75 -
YUV 51.38 201.71 105.62 -
System Red Green Blue C M Y K H S L
Decimal 20 42 182 0.89 0.77 0 0.29 231.85 0.8 0.4
Hex 14 2A B6 59 4D 0 1D E8 50 28
Octal 24 52 266 131 115 0 35 350 120 50
Binary 10100 101010 10110110 1011001 1001101 0 11101 11101000 1010000 101000

Color Harmonies of #142AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142AB6

Black with #142AB6

Text Example


Text Example

White with #142AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,42,182); }

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

background-color css

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

 a { background-color: rgb(20,42,182); }

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

border-color css

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

 span { border-color: rgb(20,42,182); }

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