#10258B

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

Shades of Smalt #10258B

Tints of Smalt #10258B

Color information

#10258B (or 0x10258B) is unknown color: approx Smalt. HEX triplet: 10, 25 and 8B. RGB value is (16,37,139). Sum of RGB (Red+Green+Blue) = 16+37+139=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #10258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10258B is #EFDA74. Grayscale: #292929. Windows color (decimal): -15719029 or 9118992. OLE color: 9118992.

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

Color convert

RGB1637139-
CMYK0.880.7300.45
HSL229.76º79.35%30.39%-
HSV(B)229.76º88.49%54.51%-
XYZ5.543.324.77-
YUV42.35182.54109.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 139 (54.69% from 255) = 72.40%
R=8.33%
G=19.27%
B=72.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16371390.880.7300.45229.7679.3530.39
Hex10258B584902De64f1e
Octal204521313011105534611736
Binary100001001011000101110110001001001010110111100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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