#1B308A

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

Shades of Egyptian Blue #1B308A

Tints of Egyptian Blue #1B308A

Color information

#1B308A (or 0x1B308A) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 30 and 8A. RGB value is (27,48,138). Sum of RGB (Red+Green+Blue) = 27+48+138=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B308A is #E4CF75. Grayscale: #333333. Windows color (decimal): -14995318 or 9056283. OLE color: 9056283.

HSL color Cylindrical-coordinate representation of color #1B308A: hue angle of 228.65º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B308A is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2748138-
CMYK0.800.6500.46
HSL228.65º67.27%32.35%-
HSV(B)228.65º80.43%54.12%-
XYZ6.14.1824.53-
YUV51.98176.54110.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.68%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=12.68%
G=22.54%
B=64.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal27481380.800.6500.46228.6567.2732.35
Hex1B308A504102Ee54320
Octal336021212010105634510340
Binary1101111000010001010101000010000010101110111001011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,138); }

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

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

 a { background-color: rgb(27,48,138); }

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

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

 span { border-color: rgb(27,48,138); }

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