#1B2795

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

Shades of Egyptian Blue #1B2795

Tints of Egyptian Blue #1B2795

Color information

#1B2795 (or 0x1B2795) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 27 and 95. RGB value is (27,39,149). Sum of RGB (Red+Green+Blue) = 27+39+149=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B2795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2795 is #E4D86A. Grayscale: #2F2F2F. Windows color (decimal): -14997611 or 9774875. OLE color: 9774875.

HSL color Cylindrical-coordinate representation of color #1B2795: hue angle of 234.1º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2795 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2739149-
CMYK0.820.7400.42
HSL234.1º69.32%34.51%-
HSV(B)234.1º81.88%58.43%-
XYZ6.63.8528.83-
YUV47.95185.02113.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.56%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=12.56%
G=18.14%
B=69.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27391490.820.7400.42234.169.3234.51
Hex1B2795524A02Aea4523
Octal334722512211205235210543
Binary1101110011110010101101001010010100101010111010101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,39,149); }

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

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

 a { background-color: rgb(27,39,149); }

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

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

 span { border-color: rgb(27,39,149); }

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