Html Css Color HEX #142BA6 Egyptian Blue

📋 copy color: '#142BA6'

red 20 ◦ green 43 ◦ blue 166

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

Shades of Egyptian Blue #142BA6

Tints of Egyptian Blue #142BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 72.49%

R = 8.73%
G = 18.78%
B = 72.49%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#142BA6 (or 0x142BA6) is known color: Egyptian Blue. HEX triplet: 14, 2B and A6. RGB value is (20,43,166). Sum of RGB (Red+Green+Blue) = 20+43+166=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 166 (65.23% from 255 or 72.49% from 229); Max value from RGB is 166 - color contains mainly: blue. Hex color #142BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142BA6 is #EBD459. Grayscale: #313131. Windows color (decimal): -15455322 or 10890004. OLE color: 10890004.

HSL color Cylindrical-coordinate representation of color #142BA6: hue angle of 230.55º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142BA6 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 43 166 -
CMYK 0.88 0.74 0 0.35
HSL 230.55º 0.78% 0.36% -
HSV(B) 230.55º 0.88% 0.65% -
XYZ 8.04 4.63 36.55 -
YUV 50.15 193.38 106.5 -
System Red Green Blue C M Y K H S L
Decimal 20 43 166 0.88 0.74 0 0.35 230.55 0.78 0.36
Hex 14 2B A6 58 4A 0 23 E7 4E 24
Octal 24 53 246 130 112 0 43 347 116 44
Binary 10100 101011 10100110 1011000 1001010 0 100011 11100111 1001110 100100

Color Harmonies of #142BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BA6

Black with #142BA6

Text Example


Text Example

White with #142BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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