Html Css Color HEX #141BAC Egyptian Blue

📋 copy color: '#141BAC'

red 20 ◦ green 27 ◦ blue 172

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

Shades of Egyptian Blue #141BAC

Tints of Egyptian Blue #141BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.33%

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

R = 9.13%
G = 12.33%
B = 78.54%

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

#141BAC (or 0x141BAC) is known color: Egyptian Blue. HEX triplet: 14, 1B and AC. RGB value is (20,27,172). Sum of RGB (Red+Green+Blue) = 20+27+172=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #141BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BAC is #EBE453. Grayscale: #282828. Windows color (decimal): -15459412 or 11279124. OLE color: 11279124.

HSL color Cylindrical-coordinate representation of color #141BAC: hue angle of 237.24º 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 #141BAC is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 27 172 -
CMYK 0.88 0.84 0 0.33
HSL 237.24º 0.79% 0.38% -
HSV(B) 237.24º 0.88% 0.67% -
XYZ 8.13 3.91 39.36 -
YUV 41.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 20 27 172 0.88 0.84 0 0.33 237.24 0.79 0.38
Hex 14 1B AC 58 54 0 21 ED 4F 26
Octal 24 33 254 130 124 0 41 355 117 46
Binary 10100 11011 10101100 1011000 1010100 0 100001 11101101 1001111 100110

Color Harmonies of #141BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BAC

Black with #141BAC

Text Example


Text Example

White with #141BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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