Html Css Color HEX #141BA9 Egyptian Blue

📋 copy color: '#141BA9'

red 20 ◦ green 27 ◦ blue 169

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

Shades of Egyptian Blue #141BA9

Tints of Egyptian Blue #141BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 78.24%

R = 9.26%
G = 12.5%
B = 78.24%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#141BA9 (or 0x141BA9) is known color: Egyptian Blue. HEX triplet: 14, 1B and A9. RGB value is (20,27,169). Sum of RGB (Red+Green+Blue) = 20+27+169=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 169 (66.41% from 255 or 78.24% from 216); Max value from RGB is 169 - color contains mainly: blue. Hex color #141BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BA9 is #EBE456. Grayscale: #282828. Windows color (decimal): -15459415 or 11082516. OLE color: 11082516.

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

Color convert

RGB 20 27 169 -
CMYK 0.88 0.84 0 0.34
HSL 237.18º 0.79% 0.37% -
HSV(B) 237.18º 0.88% 0.66% -
XYZ 7.84 3.8 37.86 -
YUV 41.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 20 27 169 0.88 0.84 0 0.34 237.18 0.79 0.37
Hex 14 1B A9 58 54 0 22 ED 4F 25
Octal 24 33 251 130 124 0 42 355 117 45
Binary 10100 11011 10101001 1011000 1010100 0 100010 11101101 1001111 100101

Color Harmonies of #141BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BA9

Black with #141BA9

Text Example


Text Example

White with #141BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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