Html Css Color HEX #142BB3 Egyptian Blue

📋 copy color: '#142BB3'

red 20 ◦ green 43 ◦ blue 179

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

Shades of Egyptian Blue #142BB3

Tints of Egyptian Blue #142BB3

RGB

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

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

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

R = 8.26%
G = 17.77%
B = 73.97%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#142BB3 (or 0x142BB3) is known color: Egyptian Blue. HEX triplet: 14, 2B and B3. RGB value is (20,43,179). Sum of RGB (Red+Green+Blue) = 20+43+179=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #142BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BB3 is #EBD44C. Grayscale: #333333. Windows color (decimal): -15455309 or 11741972. OLE color: 11741972.

HSL color Cylindrical-coordinate representation of color #142BB3: hue angle of 231.32º 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 #142BB3 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 43 179 -
CMYK 0.89 0.76 0 0.30
HSL 231.32º 0.8% 0.39% -
HSV(B) 231.32º 0.89% 0.7% -
XYZ 9.29 5.13 43.15 -
YUV 51.63 199.88 105.44 -
System Red Green Blue C M Y K H S L
Decimal 20 43 179 0.89 0.76 0 0.30 231.32 0.8 0.39
Hex 14 2B B3 59 4C 0 1E E7 50 27
Octal 24 53 263 131 114 0 36 347 120 47
Binary 10100 101011 10110011 1011001 1001100 0 11110 11100111 1010000 100111

Color Harmonies of #142BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BB3

Black with #142BB3

Text Example


Text Example

White with #142BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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