Html Css Color HEX #142D92 Egyptian Blue

📋 copy color: '#142D92'

red 20 ◦ green 45 ◦ blue 146

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

Shades of Egyptian Blue #142D92

Tints of Egyptian Blue #142D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.33%

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

R = 9.48%
G = 21.33%
B = 69.19%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142D92 (or 0x142D92) is known color: Egyptian Blue. HEX triplet: 14, 2D and 92. RGB value is (20,45,146). Sum of RGB (Red+Green+Blue) = 20+45+146=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #142D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D92 is #EBD26D. Grayscale: #303030. Windows color (decimal): -15454830 or 9579796. OLE color: 9579796.

HSL color Cylindrical-coordinate representation of color #142D92: hue angle of 228.1º 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 #142D92 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 45 146 -
CMYK 0.86 0.69 0 0.43
HSL 228.1º 0.76% 0.33% -
HSV(B) 228.1º 0.86% 0.57% -
XYZ 6.42 4.1 27.65 -
YUV 49.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 20 45 146 0.86 0.69 0 0.43 228.1 0.76 0.33
Hex 14 2D 92 56 45 0 2B E4 4C 21
Octal 24 55 222 126 105 0 53 344 114 41
Binary 10100 101101 10010010 1010110 1000101 0 101011 11100100 1001100 100001

Color Harmonies of #142D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D92

Black with #142D92

Text Example


Text Example

White with #142D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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