#10449B

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

Shades of Egyptian Blue #10449B

Tints of Egyptian Blue #10449B

Color information

#10449B (or 0x10449B) is unknown color: approx Egyptian Blue. HEX triplet: 10, 44 and 9B. RGB value is (16,68,155). Sum of RGB (Red+Green+Blue) = 16+68+155=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #10449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10449B is #EFBB64. Grayscale: #3D3D3D. Windows color (decimal): -15711077 or 10175504. OLE color: 10175504.

HSL color Cylindrical-coordinate representation of color #10449B: hue angle of 217.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10449B is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1668155-
CMYK0.900.5600.39
HSL217.55º81.29%33.53%-
HSV(B)217.55º89.68%60.78%-
XYZ8.26.6131.85-
YUV62.37180.2794.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=6.69%
G=28.45%
B=64.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16681550.900.5600.39217.5581.2933.53
Hex10449B5A38027da5122
Octal201042331327004733212142
Binary1000010001001001101110110101110000100111110110101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10449B; }

 p { color: rgb(16,68,155); }

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

<style>
 a { background-color: #10449B; }

 a { background-color: rgb(16,68,155); }

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

<style>
 span { border-color: #10449B; }

 span { border-color: rgb(16,68,155); }

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