Html Css Color HEX #142B90 Egyptian Blue

📋 copy color: '#142B90'

red 20 ◦ green 43 ◦ blue 144

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

Shades of Egyptian Blue #142B90

Tints of Egyptian Blue #142B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 69.57%

R = 9.66%
G = 20.77%
B = 69.57%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#142B90 (or 0x142B90) is known color: Egyptian Blue. HEX triplet: 14, 2B and 90. RGB value is (20,43,144). Sum of RGB (Red+Green+Blue) = 20+43+144=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #142B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142B90 is #EBD46F. Grayscale: #2F2F2F. Windows color (decimal): -15455344 or 9448212. OLE color: 9448212.

HSL color Cylindrical-coordinate representation of color #142B90: hue angle of 228.87º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142B90 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 43 144 -
CMYK 0.86 0.70 0 0.44
HSL 228.87º 0.76% 0.32% -
HSV(B) 228.87º 0.86% 0.56% -
XYZ 6.19 3.89 26.81 -
YUV 47.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 20 43 144 0.86 0.70 0 0.44 228.87 0.76 0.32
Hex 14 2B 90 56 46 0 2C E5 4C 20
Octal 24 53 220 126 106 0 54 345 114 40
Binary 10100 101011 10010000 1010110 1000110 0 101100 11100101 1001100 100000

Color Harmonies of #142B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B90

Black with #142B90

Text Example


Text Example

White with #142B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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