#10308C

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

Shades of Smalt #10308C

Tints of Smalt #10308C

Color information

#10308C (or 0x10308C) is unknown color: approx Smalt. HEX triplet: 10, 30 and 8C. RGB value is (16,48,140). Sum of RGB (Red+Green+Blue) = 16+48+140=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #10308C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10308C is #EFCF73. Grayscale: #303030. Windows color (decimal): -15716212 or 9187344. OLE color: 9187344.

HSL color Cylindrical-coordinate representation of color #10308C: hue angle of 224.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10308C is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1648140-
CMYK0.890.6600.45
HSL224.52º79.49%30.59%-
HSV(B)224.52º88.57%54.9%-
XYZ64.1225.29-
YUV48.92179.4104.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 140 (55.08% from 255) = 68.63%
R=7.84%
G=23.53%
B=68.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16481400.890.6600.45224.5279.4930.59
Hex10308C594202De14f1f
Octal206021413110205534111737
Binary100001100001000110010110011000010010110111100001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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