Html Css Color HEX #141EB2 Egyptian Blue

📋 copy color: '#141EB2'

red 20 ◦ green 30 ◦ blue 178

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

Shades of Egyptian Blue #141EB2

Tints of Egyptian Blue #141EB2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 178 (69.92% from 255) = 78.07%

R = 8.77%
G = 13.16%
B = 78.07%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#141EB2 (or 0x141EB2) is known color: Egyptian Blue. HEX triplet: 14, 1E and B2. RGB value is (20,30,178). Sum of RGB (Red+Green+Blue) = 20+30+178=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 178 (69.92% from 255 or 78.07% from 228); Max value from RGB is 178 - color contains mainly: blue. Hex color #141EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141EB2 is #EBE14D. Grayscale: #2B2B2B. Windows color (decimal): -15458638 or 11673108. OLE color: 11673108.

HSL color Cylindrical-coordinate representation of color #141EB2: hue angle of 236.2º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141EB2 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 30 178 -
CMYK 0.89 0.83 0 0.30
HSL 236.2º 0.8% 0.39% -
HSV(B) 236.2º 0.89% 0.7% -
XYZ 8.79 4.29 42.48 -
YUV 43.88 203.69 110.97 -
System Red Green Blue C M Y K H S L
Decimal 20 30 178 0.89 0.83 0 0.30 236.2 0.8 0.39
Hex 14 1E B2 59 53 0 1E EC 50 27
Octal 24 36 262 131 123 0 36 354 120 47
Binary 10100 11110 10110010 1011001 1010011 0 11110 11101100 1010000 100111

Color Harmonies of #141EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141EB2

Black with #141EB2

Text Example


Text Example

White with #141EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141EB2; }

 p { color: rgb(20,30,178); }

 H1.HeaderClassName
 {
   color: #141EB2;
 }
 .AnyTagClassName
 {
   color: #141EB2;
 }
</style>

background-color css

<style>
 a { background-color: #141EB2; }

 a { background-color: rgb(20,30,178); }

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

border-color css

<style>
 span { border-color: #141EB2; }

 span { border-color: rgb(20,30,178); }

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