#16368C

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

Shades of Smalt #16368C

Tints of Smalt #16368C

Color information

#16368C (or 0x16368C) is unknown color: approx Smalt. HEX triplet: 16, 36 and 8C. RGB value is (22,54,140). Sum of RGB (Red+Green+Blue) = 22+54+140=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #16368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16368C is #E9C973. Grayscale: #353535. Windows color (decimal): -15321460 or 9188886. OLE color: 9188886.

HSL color Cylindrical-coordinate representation of color #16368C: hue angle of 223.73º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16368C is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2254140-
CMYK0.840.6100.45
HSL223.73º72.84%31.76%-
HSV(B)223.73º84.29%54.9%-
XYZ6.384.725.38-
YUV54.24176.4105.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 64.81%
R=10.19%
G=25%
B=64.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22541400.840.6100.45223.7372.8431.76
Hex16368C543D02De04920
Octal26662141247505534011140
Binary101101101101000110010101001111010101101111000001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,54,140); }

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

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

 a { background-color: rgb(22,54,140); }

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

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

 span { border-color: rgb(22,54,140); }

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