Html Css Color HEX #141CAC Egyptian Blue

📋 copy color: '#141CAC'

red 20 ◦ green 28 ◦ blue 172

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

Shades of Egyptian Blue #141CAC

Tints of Egyptian Blue #141CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.73%

 BLUE value IS 172 (67.58% from 255) = 78.18%

R = 9.09%
G = 12.73%
B = 78.18%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#141CAC (or 0x141CAC) is known color: Egyptian Blue. HEX triplet: 14, 1C and AC. RGB value is (20,28,172). Sum of RGB (Red+Green+Blue) = 20+28+172=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #141CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141CAC is #EBE353. Grayscale: #292929. Windows color (decimal): -15459156 or 11279380. OLE color: 11279380.

HSL color Cylindrical-coordinate representation of color #141CAC: hue angle of 236.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141CAC is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 28 172 -
CMYK 0.88 0.84 0 0.33
HSL 236.84º 0.79% 0.38% -
HSV(B) 236.84º 0.88% 0.67% -
XYZ 8.15 3.96 39.36 -
YUV 42.02 201.35 112.29 -
System Red Green Blue C M Y K H S L
Decimal 20 28 172 0.88 0.84 0 0.33 236.84 0.79 0.38
Hex 14 1C AC 58 54 0 21 ED 4F 26
Octal 24 34 254 130 124 0 41 355 117 46
Binary 10100 11100 10101100 1011000 1010100 0 100001 11101101 1001111 100110

Color Harmonies of #141CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CAC

Black with #141CAC

Text Example


Text Example

White with #141CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,172); }

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

background-color css

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

 a { background-color: rgb(20,28,172); }

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

border-color css

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

 span { border-color: rgb(20,28,172); }

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