#1B3F92

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

Shades of Egyptian Blue #1B3F92

Tints of Egyptian Blue #1B3F92

Color information

#1B3F92 (or 0x1B3F92) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 3F and 92. RGB value is (27,63,146). Sum of RGB (Red+Green+Blue) = 27+63+146=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B3F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3F92 is #E4C06D. Grayscale: #3D3D3D. Windows color (decimal): -14991470 or 9584411. OLE color: 9584411.

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

Color convert

RGB2763146-
CMYK0.820.5700.43
HSL221.85º68.79%33.92%-
HSV(B)221.85º81.51%57.25%-
XYZ7.425.8627.93-
YUV61.7175.57103.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.44%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=11.44%
G=26.69%
B=61.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal27631460.820.5700.43221.8568.7933.92
Hex1B3F92523902Bde4522
Octal33772221227105333610542
Binary110111111111001001010100101110010101011110111101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,63,146); }

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

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

 a { background-color: rgb(27,63,146); }

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

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

 span { border-color: rgb(27,63,146); }

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