#10398B

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

Shades of Smalt #10398B

Tints of Smalt #10398B

Color information

#10398B (or 0x10398B) is unknown color: approx Smalt. HEX triplet: 10, 39 and 8B. RGB value is (16,57,139). Sum of RGB (Red+Green+Blue) = 16+57+139=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #10398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10398B is #EFC674. Grayscale: #353535. Windows color (decimal): -15713909 or 9124112. OLE color: 9124112.

HSL color Cylindrical-coordinate representation of color #10398B: hue angle of 220º 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 #10398B is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1657139-
CMYK0.880.5900.45
HSL220º79.35%30.39%-
HSV(B)220º88.49%54.51%-
XYZ6.344.925.04-
YUV54.09175.92100.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 139 (54.69% from 255) = 65.57%
R=7.55%
G=26.89%
B=65.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16571390.880.5900.4522079.3530.39
Hex10398B583B02Ddc4f1e
Octal20712131307305533411736
Binary10000111001100010111011000111011010110111011100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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