#1b30a5

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

Shades of Egyptian Blue #1B30A5

Tints of Egyptian Blue #1B30A5

Color information

#1B30A5 (or 0x1B30A5) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 30 and A5. RGB value is (27,48,165). Sum of RGB (Red+Green+Blue) = 27+48+165=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 165 (64.84% from 255 or 68.75% from 240); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B30A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B30A5 is #E4CF5A. Grayscale: #363636. Windows color (decimal): -14995291 or 10825755. OLE color: 10825755.

HSL color Cylindrical-coordinate representation of color #1B30A5: hue angle of 230.87º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B30A5 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2748165-
CMYK0.840.7100.35
HSL230.87º71.88%37.65%-
HSV(B)230.87º83.64%64.71%-
XYZ8.35.0636.14-
YUV55.06190.04107.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.25%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 165 (64.84% from 255) = 68.75%
R=11.25%
G=20%
B=68.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27481650.840.7100.35230.8771.8837.65
Hex1B30A55447023e74826
Octal336024512410704334711046
Binary1101111000010100101101010010001110100011111001111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b30a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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