#1B22A5

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

Shades of Egyptian Blue #1B22A5

Tints of Egyptian Blue #1B22A5

Color information

#1B22A5 (or 0x1B22A5) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 22 and A5. RGB value is (27,34,165). Sum of RGB (Red+Green+Blue) = 27+34+165=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 165 (64.84% from 255 or 73.01% from 226); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B22A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B22A5 is #E4DD5A. Grayscale: #2E2E2E. Windows color (decimal): -14998875 or 10822171. OLE color: 10822171.

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

Color convert

RGB2734165-
CMYK0.840.7900.35
HSL236.96º71.88%37.65%-
HSV(B)236.96º83.64%64.71%-
XYZ7.824.0935.98-
YUV46.84194.68113.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 165 (64.84% from 255) = 73.01%
R=11.95%
G=15.04%
B=73.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27341650.840.7900.35236.9671.8837.65
Hex1B22A5544F023ed4826
Octal334224512411704335511046
Binary1101110001010100101101010010011110100011111011011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B22A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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