Html Css Color HEX #141BA7 Egyptian Blue

📋 copy color: '#141BA7'

red 20 ◦ green 27 ◦ blue 167

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

Shades of Egyptian Blue #141BA7

Tints of Egyptian Blue #141BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 78.04%

R = 9.35%
G = 12.62%
B = 78.04%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#141BA7 (or 0x141BA7) is known color: Egyptian Blue. HEX triplet: 14, 1B and A7. RGB value is (20,27,167). Sum of RGB (Red+Green+Blue) = 20+27+167=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 167 (65.62% from 255 or 78.04% from 214); Max value from RGB is 167 - color contains mainly: blue. Hex color #141BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BA7 is #EBE458. Grayscale: #282828. Windows color (decimal): -15459417 or 10951444. OLE color: 10951444.

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

Color convert

RGB 20 27 167 -
CMYK 0.88 0.84 0 0.35
HSL 237.14º 0.79% 0.37% -
HSV(B) 237.14º 0.88% 0.65% -
XYZ 7.66 3.72 36.87 -
YUV 40.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 20 27 167 0.88 0.84 0 0.35 237.14 0.79 0.37
Hex 14 1B A7 58 54 0 23 ED 4F 25
Octal 24 33 247 130 124 0 43 355 117 45
Binary 10100 11011 10100111 1011000 1010100 0 100011 11101101 1001111 100101

Color Harmonies of #141BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BA7

Black with #141BA7

Text Example


Text Example

White with #141BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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