#1B42A5

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

Shades of Egyptian Blue #1B42A5

Tints of Egyptian Blue #1B42A5

Color information

#1B42A5 (or 0x1B42A5) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 42 and A5. RGB value is (27,66,165). Sum of RGB (Red+Green+Blue) = 27+66+165=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B42A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B42A5 is #E4BD5A. Grayscale: #414141. Windows color (decimal): -14990683 or 10830363. OLE color: 10830363.

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

Color convert

RGB2766165-
CMYK0.840.6000.35
HSL223.04º71.88%37.65%-
HSV(B)223.04º83.64%64.71%-
XYZ9.196.8536.43-
YUV65.62184.08100.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 165 (64.84% from 255) = 63.95%
R=10.47%
G=25.58%
B=63.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27661650.840.6000.35223.0471.8837.65
Hex1B42A5543C023df4826
Octal331022451247404333711046
Binary1101110000101010010110101001111000100011110111111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B42A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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