Html Css Color HEX #142C94 Egyptian Blue

📋 copy color: '#142C94'

red 20 ◦ green 44 ◦ blue 148

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

Shades of Egyptian Blue #142C94

Tints of Egyptian Blue #142C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 9.43%
G = 20.75%
B = 69.81%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142C94 (or 0x142C94) is known color: Egyptian Blue. HEX triplet: 14, 2C and 94. RGB value is (20,44,148). Sum of RGB (Red+Green+Blue) = 20+44+148=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #142C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C94 is #EBD36B. Grayscale: #303030. Windows color (decimal): -15455084 or 9710612. OLE color: 9710612.

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

Color convert

RGB 20 44 148 -
CMYK 0.86 0.70 0 0.42
HSL 228.75º 0.76% 0.33% -
HSV(B) 228.75º 0.86% 0.58% -
XYZ 6.53 4.09 28.46 -
YUV 48.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 20 44 148 0.86 0.70 0 0.42 228.75 0.76 0.33
Hex 14 2C 94 56 46 0 2A E5 4C 21
Octal 24 54 224 126 106 0 52 345 114 41
Binary 10100 101100 10010100 1010110 1000110 0 101010 11100101 1001100 100001

Color Harmonies of #142C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C94

Black with #142C94

Text Example


Text Example

White with #142C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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