#1B28A5

Color #1B28A5 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1B28A5

Tints of Egyptian Blue #1B28A5

Color information

#1B28A5 (or 0x1B28A5) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 28 and A5. RGB value is (27,40,165). Sum of RGB (Red+Green+Blue) = 27+40+165=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B28A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B28A5 is #E4D75A. Grayscale: #313131. Windows color (decimal): -14997339 or 10823707. OLE color: 10823707.

HSL color Cylindrical-coordinate representation of color #1B28A5: hue angle of 234.35º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B28A5 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2740165-
CMYK0.840.7600.35
HSL234.35º71.88%37.65%-
HSV(B)234.35º83.64%64.71%-
XYZ84.4736.04-
YUV50.36192.69111.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 165 (64.84% from 255) = 71.12%
R=11.64%
G=17.24%
B=71.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27401650.840.7600.35234.3571.8837.65
Hex1B28A5544C023ea4826
Octal335024512411404335211046
Binary1101110100010100101101010010011000100011111010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B28A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,40,165); }

 H1.HeaderClassName
 {
   color: #1B28A5;
 }
 .AnyTagClassName
 {
   color: #1B28A5;
 }
</style>
background-color css

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

 a { background-color: rgb(27,40,165); }

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

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

 span { border-color: rgb(27,40,165); }

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