Html Css Color HEX #142CA5 Egyptian Blue

📋 copy color: '#142CA5'

red 20 ◦ green 44 ◦ blue 165

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

Shades of Egyptian Blue #142CA5

Tints of Egyptian Blue #142CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 165 (64.84% from 255) = 72.05%

R = 8.73%
G = 19.21%
B = 72.05%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#142CA5 (or 0x142CA5) is known color: Egyptian Blue. HEX triplet: 14, 2C and A5. RGB value is (20,44,165). Sum of RGB (Red+Green+Blue) = 20+44+165=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #142CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142CA5 is #EBD35A. Grayscale: #323232. Windows color (decimal): -15455067 or 10824724. OLE color: 10824724.

HSL color Cylindrical-coordinate representation of color #142CA5: hue angle of 230.07º 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 #142CA5 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 44 165 -
CMYK 0.88 0.73 0 0.35
HSL 230.07º 0.78% 0.36% -
HSV(B) 230.07º 0.88% 0.65% -
XYZ 7.98 4.67 36.08 -
YUV 50.62 192.55 106.16 -
System Red Green Blue C M Y K H S L
Decimal 20 44 165 0.88 0.73 0 0.35 230.07 0.78 0.36
Hex 14 2C A5 58 49 0 23 E6 4E 24
Octal 24 54 245 130 111 0 43 346 116 44
Binary 10100 101100 10100101 1011000 1001001 0 100011 11100110 1001110 100100

Color Harmonies of #142CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142CA5

Black with #142CA5

Text Example


Text Example

White with #142CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,44,165); }

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

background-color css

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

 a { background-color: rgb(20,44,165); }

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

border-color css

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

 span { border-color: rgb(20,44,165); }

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