#1B39A0

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

Shades of Egyptian Blue #1B39A0

Tints of Egyptian Blue #1B39A0

Color information

#1B39A0 (or 0x1B39A0) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 39 and A0. RGB value is (27,57,160). Sum of RGB (Red+Green+Blue) = 27+57+160=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B39A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B39A0 is #E4C65F. Grayscale: #3B3B3B. Windows color (decimal): -14992992 or 10500379. OLE color: 10500379.

HSL color Cylindrical-coordinate representation of color #1B39A0: hue angle of 226.47º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B39A0 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2757160-
CMYK0.830.6400.37
HSL226.47º71.12%36.67%-
HSV(B)226.47º83.13%62.75%-
XYZ8.265.733.92-
YUV59.77184.56104.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.07%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 160 (62.89% from 255) = 65.57%
R=11.07%
G=23.36%
B=65.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal27571600.830.6400.37226.4771.1236.67
Hex1B39A05340025e24725
Octal337124012310004534210745
Binary1101111100110100000101001110000000100101111000101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B39A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,57,160); }

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

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

 a { background-color: rgb(27,57,160); }

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

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

 span { border-color: rgb(27,57,160); }

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