Html Css Color HEX #1B49AB Egyptian Blue

📋 copy color: '#1B49AB'

red 27 ◦ green 73 ◦ blue 171

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

Shades of Egyptian Blue #1B49AB

Tints of Egyptian Blue #1B49AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 9.96%
G = 26.94%
B = 63.1%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B49AB (or 0x1B49AB) is known color: Egyptian Blue. HEX triplet: 1B, 49 and AB. RGB value is (27,73,171). Sum of RGB (Red+Green+Blue) = 27+73+171=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B49AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B49AB is #E4B654. Grayscale: #454545. Windows color (decimal): -14988885 or 11225371. OLE color: 11225371.

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

Color convert

RGB 27 73 171 -
CMYK 0.84 0.57 0 0.33
HSL 220.83º 0.73% 0.39% -
HSV(B) 220.83º 0.84% 0.67% -
XYZ 10.19 7.94 39.52 -
YUV 70.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 27 73 171 0.84 0.57 0 0.33 220.83 0.73 0.39
Hex 1B 49 AB 54 39 0 21 DD 49 27
Octal 33 111 253 124 71 0 41 335 111 47
Binary 11011 1001001 10101011 1010100 111001 0 100001 11011101 1001001 100111

Color Harmonies of #1B49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B49AB

Black with #1B49AB

Text Example


Text Example

White with #1B49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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