#1B339F

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

Shades of Egyptian Blue #1B339F

Tints of Egyptian Blue #1B339F

Color information

#1B339F (or 0x1B339F) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 33 and 9F. RGB value is (27,51,159). Sum of RGB (Red+Green+Blue) = 27+51+159=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B339F is #E4CC60. Grayscale: #373737. Windows color (decimal): -14994529 or 10433307. OLE color: 10433307.

HSL color Cylindrical-coordinate representation of color #1B339F: hue angle of 229.09º 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 #1B339F is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2751159-
CMYK0.830.6800.38
HSL229.09º70.97%36.47%-
HSV(B)229.09º83.02%62.35%-
XYZ7.895.133.37-
YUV56.14186.05107.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=11.39%
G=21.52%
B=67.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27511590.830.6800.38229.0970.9736.47
Hex1B339F5344026e54724
Octal336323712310404634510744
Binary1101111001110011111101001110001000100110111001011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,159); }

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

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

 a { background-color: rgb(27,51,159); }

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

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

 span { border-color: rgb(27,51,159); }

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