Html Css Color HEX #141CAB Egyptian Blue

📋 copy color: '#141CAB'

red 20 ◦ green 28 ◦ blue 171

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

Shades of Egyptian Blue #141CAB

Tints of Egyptian Blue #141CAB

RGB

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

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

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

R = 9.13%
G = 12.79%
B = 78.08%

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

#141CAB (or 0x141CAB) is known color: Egyptian Blue. HEX triplet: 14, 1C and AB. RGB value is (20,28,171). Sum of RGB (Red+Green+Blue) = 20+28+171=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #141CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141CAB is #EBE354. Grayscale: #292929. Windows color (decimal): -15459157 or 11213844. OLE color: 11213844.

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

Color convert

RGB 20 28 171 -
CMYK 0.88 0.84 0 0.33
HSL 236.82º 0.79% 0.37% -
HSV(B) 236.82º 0.88% 0.67% -
XYZ 8.05 3.92 38.86 -
YUV 41.91 200.85 112.37 -
System Red Green Blue C M Y K H S L
Decimal 20 28 171 0.88 0.84 0 0.33 236.82 0.79 0.37
Hex 14 1C AB 58 54 0 21 ED 4F 25
Octal 24 34 253 130 124 0 41 355 117 45
Binary 10100 11100 10101011 1011000 1010100 0 100001 11101101 1001111 100101

Color Harmonies of #141CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CAB

Black with #141CAB

Text Example


Text Example

White with #141CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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