Html Css Color HEX #142C92 Egyptian Blue

📋 copy color: '#142C92'

red 20 ◦ green 44 ◦ blue 146

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

Shades of Egyptian Blue #142C92

Tints of Egyptian Blue #142C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.52%

R = 9.52%
G = 20.95%
B = 69.52%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142C92 (or 0x142C92) is known color: Egyptian Blue. HEX triplet: 14, 2C and 92. RGB value is (20,44,146). Sum of RGB (Red+Green+Blue) = 20+44+146=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #142C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C92 is #EBD36D. Grayscale: #303030. Windows color (decimal): -15455086 or 9579540. OLE color: 9579540.

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

Color convert

RGB 20 44 146 -
CMYK 0.86 0.70 0 0.43
HSL 228.57º 0.76% 0.33% -
HSV(B) 228.57º 0.86% 0.57% -
XYZ 6.38 4.03 27.63 -
YUV 48.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 20 44 146 0.86 0.70 0 0.43 228.57 0.76 0.33
Hex 14 2C 92 56 46 0 2B E5 4C 21
Octal 24 54 222 126 106 0 53 345 114 41
Binary 10100 101100 10010010 1010110 1000110 0 101011 11100101 1001100 100001

Color Harmonies of #142C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C92

Black with #142C92

Text Example


Text Example

White with #142C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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