#10248B

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

Shades of Smalt #10248B

Tints of Smalt #10248B

Color information

#10248B (or 0x10248B) is unknown color: approx Smalt. HEX triplet: 10, 24 and 8B. RGB value is (16,36,139). Sum of RGB (Red+Green+Blue) = 16+36+139=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #10248B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10248B is #EFDB74. Grayscale: #292929. Windows color (decimal): -15719285 or 9118736. OLE color: 9118736.

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

Color convert

RGB1636139-
CMYK0.880.7400.45
HSL230.24º79.35%30.39%-
HSV(B)230.24º88.49%54.51%-
XYZ5.53.2424.76-
YUV41.76182.87109.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 139 (54.69% from 255) = 72.77%
R=8.38%
G=18.85%
B=72.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16361390.880.7400.45230.2479.3530.39
Hex10248B584A02De64f1e
Octal204421313011205534611736
Binary100001001001000101110110001001010010110111100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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