Html Css Color HEX #142DB1 Egyptian Blue

📋 copy color: '#142DB1'

red 20 ◦ green 45 ◦ blue 177

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

Shades of Egyptian Blue #142DB1

Tints of Egyptian Blue #142DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 73.14%

R = 8.26%
G = 18.6%
B = 73.14%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#142DB1 (or 0x142DB1) is known color: Egyptian Blue. HEX triplet: 14, 2D and B1. RGB value is (20,45,177). Sum of RGB (Red+Green+Blue) = 20+45+177=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 177 (69.53% from 255 or 73.14% from 242); Max value from RGB is 177 - color contains mainly: blue. Hex color #142DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142DB1 is #EBD24E. Grayscale: #343434. Windows color (decimal): -15454799 or 11611412. OLE color: 11611412.

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

Color convert

RGB 20 45 177 -
CMYK 0.89 0.75 0 0.31
HSL 230.45º 0.8% 0.39% -
HSV(B) 230.45º 0.89% 0.69% -
XYZ 9.16 5.2 42.12 -
YUV 52.57 198.22 104.77 -
System Red Green Blue C M Y K H S L
Decimal 20 45 177 0.89 0.75 0 0.31 230.45 0.8 0.39
Hex 14 2D B1 59 4B 0 1F E6 50 27
Octal 24 55 261 131 113 0 37 346 120 47
Binary 10100 101101 10110001 1011001 1001011 0 11111 11100110 1010000 100111

Color Harmonies of #142DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DB1

Black with #142DB1

Text Example


Text Example

White with #142DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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