Html Css Color HEX #141BAF Egyptian Blue

📋 copy color: '#141BAF'

red 20 ◦ green 27 ◦ blue 175

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

Shades of Egyptian Blue #141BAF

Tints of Egyptian Blue #141BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 78.83%

R = 9.01%
G = 12.16%
B = 78.83%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#141BAF (or 0x141BAF) is known color: Egyptian Blue. HEX triplet: 14, 1B and AF. RGB value is (20,27,175). Sum of RGB (Red+Green+Blue) = 20+27+175=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #141BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BAF is #EBE450. Grayscale: #292929. Windows color (decimal): -15459409 or 11475732. OLE color: 11475732.

HSL color Cylindrical-coordinate representation of color #141BAF: hue angle of 237.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141BAF is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 27 175 -
CMYK 0.89 0.85 0 0.31
HSL 237.29º 0.79% 0.38% -
HSV(B) 237.29º 0.89% 0.69% -
XYZ 8.42 4.03 40.89 -
YUV 41.78 203.18 112.47 -
System Red Green Blue C M Y K H S L
Decimal 20 27 175 0.89 0.85 0 0.31 237.29 0.79 0.38
Hex 14 1B AF 59 55 0 1F ED 4F 26
Octal 24 33 257 131 125 0 37 355 117 46
Binary 10100 11011 10101111 1011001 1010101 0 11111 11101101 1001111 100110

Color Harmonies of #141BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BAF

Black with #141BAF

Text Example


Text Example

White with #141BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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