#1B3C95

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

Shades of Egyptian Blue #1B3C95

Tints of Egyptian Blue #1B3C95

Color information

#1B3C95 (or 0x1B3C95) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 3C and 95. RGB value is (27,60,149). Sum of RGB (Red+Green+Blue) = 27+60+149=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B3C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3C95 is #E4C36A. Grayscale: #3B3B3B. Windows color (decimal): -14992235 or 9780251. OLE color: 9780251.

HSL color Cylindrical-coordinate representation of color #1B3C95: hue angle of 223.77º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B3C95 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2760149-
CMYK0.820.6000.42
HSL223.77º69.32%34.51%-
HSV(B)223.77º81.88%58.43%-
XYZ7.495.6329.13-
YUV60.28178.07104.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.44%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=11.44%
G=25.42%
B=63.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27601490.820.6000.42223.7769.3234.51
Hex1B3C95523C02Ae04523
Octal33742251227405234010543
Binary110111111001001010110100101111000101010111000001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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