#1b3d96

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

Shades of Egyptian Blue #1B3D96

Tints of Egyptian Blue #1B3D96

Color information

#1B3D96 (or 0x1B3D96) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 3D and 96. RGB value is (27,61,150). Sum of RGB (Red+Green+Blue) = 27+61+150=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B3D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3D96 is #E4C269. Grayscale: #3C3C3C. Windows color (decimal): -14991978 or 9846043. OLE color: 9846043.

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

Color convert

RGB2761150-
CMYK0.820.5900.41
HSL223.41º69.49%34.71%-
HSV(B)223.41º82%58.82%-
XYZ7.635.7729.57-
YUV60.98178.24103.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 150 (58.98% from 255) = 63.03%
R=11.34%
G=25.63%
B=63.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal27611500.820.5900.41223.4169.4934.71
Hex1B3D96523B029df4523
Octal33752261227305133710543
Binary110111111011001011010100101110110101001110111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b3d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,61,150); }

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

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

 a { background-color: rgb(27,61,150); }

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

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

 span { border-color: rgb(27,61,150); }

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