#10278B

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

Shades of Smalt #10278B

Tints of Smalt #10278B

Color information

#10278B (or 0x10278B) is unknown color: approx Smalt. HEX triplet: 10, 27 and 8B. RGB value is (16,39,139). Sum of RGB (Red+Green+Blue) = 16+39+139=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #10278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10278B is #EFD874. Grayscale: #2B2B2B. Windows color (decimal): -15718517 or 9119504. OLE color: 9119504.

HSL color Cylindrical-coordinate representation of color #10278B: hue angle of 228.78º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10278B is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1639139-
CMYK0.880.7200.45
HSL228.78º79.35%30.39%-
HSV(B)228.78º88.49%54.51%-
XYZ5.63.4324.79-
YUV43.52181.88108.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 139 (54.69% from 255) = 71.65%
R=8.25%
G=20.10%
B=71.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16391390.880.7200.45228.7879.3530.39
Hex10278B584802De54f1e
Octal204721313011005534511736
Binary100001001111000101110110001001000010110111100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,39,139); }

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

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

 a { background-color: rgb(16,39,139); }

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

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

 span { border-color: rgb(16,39,139); }

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