#10328D

Color #10328D Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #10328D

Tints of Smalt #10328D

Color information

#10328D (or 0x10328D) is unknown color: approx Smalt. HEX triplet: 10, 32 and 8D. RGB value is (16,50,141). Sum of RGB (Red+Green+Blue) = 16+50+141=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #10328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10328D is #EFCD72. Grayscale: #313131. Windows color (decimal): -15715699 or 9253392. OLE color: 9253392.

HSL color Cylindrical-coordinate representation of color #10328D: hue angle of 223.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10328D is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1650141-
CMYK0.890.6500.45
HSL223.68º79.62%30.78%-
HSV(B)223.68º88.65%55.29%-
XYZ6.164.3125.71-
YUV50.21179.24103.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 141 (55.47% from 255) = 68.12%
R=7.73%
G=24.15%
B=68.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16501410.890.6500.45223.6879.6230.78
Hex10328D594102De0501f
Octal206221513110105534012037
Binary100001100101000110110110011000001010110111100000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10328D; }

 p { color: rgb(16,50,141); }

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

<style>
 a { background-color: #10328D; }

 a { background-color: rgb(16,50,141); }

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

<style>
 span { border-color: #10328D; }

 span { border-color: rgb(16,50,141); }

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