Html Css Color HEX #141BAB Egyptian Blue

📋 copy color: '#141BAB'

red 20 ◦ green 27 ◦ blue 171

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

Shades of Egyptian Blue #141BAB

Tints of Egyptian Blue #141BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.44%

R = 9.17%
G = 12.39%
B = 78.44%

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

#141BAB (or 0x141BAB) is known color: Egyptian Blue. HEX triplet: 14, 1B and AB. RGB value is (20,27,171). Sum of RGB (Red+Green+Blue) = 20+27+171=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #141BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BAB is #EBE454. Grayscale: #282828. Windows color (decimal): -15459413 or 11213588. OLE color: 11213588.

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

Color convert

RGB 20 27 171 -
CMYK 0.88 0.84 0 0.33
HSL 237.22º 0.79% 0.37% -
HSV(B) 237.22º 0.88% 0.67% -
XYZ 8.03 3.87 38.85 -
YUV 41.32 201.18 112.79 -
System Red Green Blue C M Y K H S L
Decimal 20 27 171 0.88 0.84 0 0.33 237.22 0.79 0.37
Hex 14 1B AB 58 54 0 21 ED 4F 25
Octal 24 33 253 130 124 0 41 355 117 45
Binary 10100 11011 10101011 1011000 1010100 0 100001 11101101 1001111 100101

Color Harmonies of #141BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BAB

Black with #141BAB

Text Example


Text Example

White with #141BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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