#1B419D

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

Shades of Egyptian Blue #1B419D

Tints of Egyptian Blue #1B419D

Color information

#1B419D (or 0x1B419D) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 41 and 9D. RGB value is (27,65,157). Sum of RGB (Red+Green+Blue) = 27+65+157=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B419D is #E4BE62. Grayscale: #3F3F3F. Windows color (decimal): -14990947 or 10305819. OLE color: 10305819.

HSL color Cylindrical-coordinate representation of color #1B419D: hue angle of 222.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B419D is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2765157-
CMYK0.830.5900.38
HSL222.46º70.65%36.08%-
HSV(B)222.46º82.8%61.57%-
XYZ8.436.4532.7-
YUV64.13180.41101.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.84%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=10.84%
G=26.10%
B=63.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27651570.830.5900.38222.4670.6536.08
Hex1B419D533B026de4724
Octal331012351237304633610744
Binary1101110000011001110110100111110110100110110111101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,157); }

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

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

 a { background-color: rgb(27,65,157); }

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

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

 span { border-color: rgb(27,65,157); }

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