#10308b

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

Shades of Smalt #10308B

Tints of Smalt #10308B

Color information

#10308B (or 0x10308B) is unknown color: approx Smalt. HEX triplet: 10, 30 and 8B. RGB value is (16,48,139). Sum of RGB (Red+Green+Blue) = 16+48+139=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #10308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10308B is #EFCF74. Grayscale: #303030. Windows color (decimal): -15716213 or 9121808. OLE color: 9121808.

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

Color convert

RGB1648139-
CMYK0.880.6500.45
HSL224.39º79.35%30.39%-
HSV(B)224.39º88.49%54.51%-
XYZ5.934.0924.9-
YUV48.81178.9104.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 139 (54.69% from 255) = 68.47%
R=7.88%
G=23.65%
B=68.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16481390.880.6500.45224.3979.3530.39
Hex10308B584102De04f1e
Octal206021313010105534011736
Binary100001100001000101110110001000001010110111100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10308b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10308b; }

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

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

<style>
 a { background-color: #10308b; }

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

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

<style>
 span { border-color: #10308b; }

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

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