#10378F

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

Shades of Smalt #10378F

Tints of Smalt #10378F

Color information

#10378F (or 0x10378F) is unknown color: approx Smalt. HEX triplet: 10, 37 and 8F. RGB value is (16,55,143). Sum of RGB (Red+Green+Blue) = 16+55+143=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #10378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10378F is #EFC870. Grayscale: #343434. Windows color (decimal): -15714417 or 9385744. OLE color: 9385744.

HSL color Cylindrical-coordinate representation of color #10378F: hue angle of 221.57º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10378F is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1655143-
CMYK0.890.6200.44
HSL221.57º79.87%31.18%-
HSV(B)221.57º88.81%56.08%-
XYZ6.544.8326.57-
YUV53.37178.58101.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 143 (56.25% from 255) = 66.82%
R=7.48%
G=25.70%
B=66.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16551430.890.6200.44221.5779.8731.18
Hex10378F593E02Cde501f
Octal20672171317605433612037
Binary10000110111100011111011001111110010110011011110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10378F; }

 p { color: rgb(16,55,143); }

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

<style>
 a { background-color: #10378F; }

 a { background-color: rgb(16,55,143); }

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

<style>
 span { border-color: #10378F; }

 span { border-color: rgb(16,55,143); }

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