Html Css Color HEX #142DB3 Persian Blue

📋 copy color: '#142DB3'

red 20 ◦ green 45 ◦ blue 179

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

Shades of Persian Blue #142DB3

Tints of Persian Blue #142DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 73.36%

R = 8.2%
G = 18.44%
B = 73.36%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#142DB3 (or 0x142DB3) is known color: Persian Blue. HEX triplet: 14, 2D and B3. RGB value is (20,45,179). Sum of RGB (Red+Green+Blue) = 20+45+179=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #142DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DB3 is #EBD24C. Grayscale: #343434. Windows color (decimal): -15454797 or 11742484. OLE color: 11742484.

HSL color Cylindrical-coordinate representation of color #142DB3: hue angle of 230.57º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142DB3 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 45 179 -
CMYK 0.89 0.75 0 0.30
HSL 230.57º 0.8% 0.39% -
HSV(B) 230.57º 0.89% 0.7% -
XYZ 9.36 5.28 43.17 -
YUV 52.8 199.22 104.6 -
System Red Green Blue C M Y K H S L
Decimal 20 45 179 0.89 0.75 0 0.30 230.57 0.8 0.39
Hex 14 2D B3 59 4B 0 1E E7 50 27
Octal 24 55 263 131 113 0 36 347 120 47
Binary 10100 101101 10110011 1011001 1001011 0 11110 11100111 1010000 100111

Color Harmonies of #142DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DB3

Black with #142DB3

Text Example


Text Example

White with #142DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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