#1B22AC

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

Shades of Egyptian Blue #1B22AC

Tints of Egyptian Blue #1B22AC

Color information

#1B22AC (or 0x1B22AC) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 22 and AC. RGB value is (27,34,172). Sum of RGB (Red+Green+Blue) = 27+34+172=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B22AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B22AC is #E4DD53. Grayscale: #2F2F2F. Windows color (decimal): -14998868 or 11280923. OLE color: 11280923.

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

Color convert

RGB2734172-
CMYK0.840.8000.33
HSL237.1º72.86%39.02%-
HSV(B)237.1º84.3%67.45%-
XYZ8.474.3639.42-
YUV47.64198.18113.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 172 (67.58% from 255) = 73.82%
R=11.59%
G=14.59%
B=73.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27341720.840.8000.33237.172.8639.02
Hex1B22AC5450021ed4927
Octal334225412412004135511147
Binary1101110001010101100101010010100000100001111011011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B22AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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