Html Css Color HEX #1B47AB Egyptian Blue

📋 copy color: '#1B47AB'

red 27 ◦ green 71 ◦ blue 171

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

Shades of Egyptian Blue #1B47AB

Tints of Egyptian Blue #1B47AB

RGB

 RED value IS 27 (10.94% from 255) = 10.04%

 GREEN value IS 71 (28.13% from 255) = 26.39%

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

R = 10.04%
G = 26.39%
B = 63.57%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B47AB (or 0x1B47AB) is known color: Egyptian Blue. HEX triplet: 1B, 47 and AB. RGB value is (27,71,171). Sum of RGB (Red+Green+Blue) = 27+71+171=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B47AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B47AB is #E4B854. Grayscale: #444444. Windows color (decimal): -14989397 or 11224859. OLE color: 11224859.

HSL color Cylindrical-coordinate representation of color #1B47AB: hue angle of 221.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B47AB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 71 171 -
CMYK 0.84 0.58 0 0.33
HSL 221.67º 0.73% 0.39% -
HSV(B) 221.67º 0.84% 0.67% -
XYZ 10.06 7.68 39.48 -
YUV 69.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 27 71 171 0.84 0.58 0 0.33 221.67 0.73 0.39
Hex 1B 47 AB 54 3A 0 21 DE 49 27
Octal 33 107 253 124 72 0 41 336 111 47
Binary 11011 1000111 10101011 1010100 111010 0 100001 11011110 1001001 100111

Color Harmonies of #1B47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B47AB

Black with #1B47AB

Text Example


Text Example

White with #1B47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B47AB; }

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

 H1.HeaderClassName
 {
   color: #1B47AB;
 }
 .AnyTagClassName
 {
   color: #1B47AB;
 }
</style>

background-color css

<style>
 a { background-color: #1B47AB; }

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

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

border-color css

<style>
 span { border-color: #1B47AB; }

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

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