Html Css Color HEX #142F94 Egyptian Blue

📋 copy color: '#142F94'

red 20 ◦ green 47 ◦ blue 148

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

Shades of Egyptian Blue #142F94

Tints of Egyptian Blue #142F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

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

R = 9.3%
G = 21.86%
B = 68.84%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142F94 (or 0x142F94) is known color: Egyptian Blue. HEX triplet: 14, 2F and 94. RGB value is (20,47,148). Sum of RGB (Red+Green+Blue) = 20+47+148=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #142F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F94 is #EBD06B. Grayscale: #323232. Windows color (decimal): -15454316 or 9711380. OLE color: 9711380.

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

Color convert

RGB 20 47 148 -
CMYK 0.86 0.68 0 0.42
HSL 227.34º 0.76% 0.33% -
HSV(B) 227.34º 0.86% 0.58% -
XYZ 6.65 4.32 28.5 -
YUV 50.44 183.05 106.29 -
System Red Green Blue C M Y K H S L
Decimal 20 47 148 0.86 0.68 0 0.42 227.34 0.76 0.33
Hex 14 2F 94 56 44 0 2A E3 4C 21
Octal 24 57 224 126 104 0 52 343 114 41
Binary 10100 101111 10010100 1010110 1000100 0 101010 11100011 1001100 100001

Color Harmonies of #142F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F94

Black with #142F94

Text Example


Text Example

White with #142F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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