#1B3CAC

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

Shades of Egyptian Blue #1B3CAC

Tints of Egyptian Blue #1B3CAC

Color information

#1B3CAC (or 0x1B3CAC) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 3C and AC. RGB value is (27,60,172). Sum of RGB (Red+Green+Blue) = 27+60+172=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3CAC is #E4C353. Grayscale: #3E3E3E. Windows color (decimal): -14992212 or 11287579. OLE color: 11287579.

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

Color convert

RGB2760172-
CMYK0.840.6500.33
HSL226.34º72.86%39.02%-
HSV(B)226.34º84.3%67.45%-
XYZ9.516.4439.77-
YUV62.9189.57102.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.42%
GREEN value IS 60 (23.83% from 255) = 23.17%
BLUE value IS 172 (67.58% from 255) = 66.41%
R=10.42%
G=23.17%
B=66.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27601720.840.6500.33226.3472.8639.02
Hex1B3CAC5441021e24927
Octal337425412410104134211147
Binary1101111110010101100101010010000010100001111000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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